Failure
Properties
Functions
Link copied to clipboard
The error, or null on success.
Link copied to clipboard
Chains an operation that itself returns a SolidResult, propagating a failure unchanged.
Link copied to clipboard
The success value, or default on failure.
Link copied to clipboard
The success value, or throws SolidResultException carrying the error (and its cause).
Link copied to clipboard
Runs action on the error and returns this result unchanged.
Link copied to clipboard
Recovers a failure to a success value; a success passes through unchanged.