View Source OnePiece.Result.ErrUnwrapError exception (OnePiece.Result v0.3.0)

Error raised when trying to unwrap an OnePiece.Result.err/0 result.

Link to this section Summary

Functions

Convert exception to string.

Link to this section Types

@type t() :: %OnePiece.Result.ErrUnwrapError{__exception__: term(), value: term()}

Link to this section Functions

@spec message(error :: t()) :: String.t()

Convert exception to string.