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

View Source

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

Summary

Functions

Convert exception to string.

Types

t()

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

Functions

message(e)

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

Convert exception to string.