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