Represents a successful result of an operation.
The type of the result.
Additional content or metadata associated with the operation result.
The result of the operation.
Casts the current Result instance to a Failure type.
Result
Failure
Casts the current Result instance to Success<TResult>.
Success<TResult>
Checks whether the current instance represents a failure result.
Determines whether the current Result instance represents a successful outcome.