View Source OnePiece.Result.OkUnwrapError exception (OnePiece.Result v0.1.0)

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

Link to this section Summary

Functions

Convert exception to string.

Link to this section Types

@type t() :: %OnePiece.Result.OkUnwrapError{__exception__: term(), reason: term()}

Link to this section Functions

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

Convert exception to string.