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()
Link to this function

invalid_argument(message)

View Source
@spec invalid_argument(String.t()) :: t()