A non-throwing outcome: the value, or the error.
Readonly
true: value is present.
true
value
The outcome.
false: error is present.
false
error
Why there is no value.
A non-throwing outcome: the value, or the error.