View Source OnePiece.Result.OkUnwrapError exception (OnePiece.Result v1.0.0)

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

Summary

Functions

Convert exception to string.

Types

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

Functions

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

Convert exception to string.