View Source Momento.Error (Momento Elixir SDK v0.6.6)
Link to this section Summary
Link to this section Types
@type t() :: %Momento.Error{ cause: Exception.t() | nil, error_code: Momento.Error.Code.t(), message: String.t() }
Link to this section Functions
@spec convert(error :: Exception.t()) :: t()
@spec invalid_argument(message :: String.t(), cause :: Exception.t() | nil) :: t()