Trogon.Result.ErrUnwrapError exception (Trogon.Result v1.0.0)

View Source

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

Summary

Functions

Convert exception to string.

Types

t()

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

Functions

message(e)

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

Convert exception to string.