A type representing the result of a failed computation.
This type is not intended to be used or instantiated directly. Instead, Err instances can be created with
Result.err and can then be manipulated with any method available on Result.
Please see the Result documentation for more information.
Err
A type representing the result of a failed computation.
This type is not intended to be used or instantiated directly. Instead, Err instances can be created with Result.err and can then be manipulated with any method available on Result.
Please see the Result documentation for more information.
Note:
All Err methods are documented at the Result level.