Nombaone. APIError exception
(Nomba One v0.1.0)
View Source
A non-2xx response with a status the SDK has no more-specific struct for.
Summary
Types
@type t() :: %Nombaone.APIError{ __exception__: true, code: Nombaone.Error.code() | nil, doc_url: String.t() | nil, fields: %{optional(String.t()) => [String.t()]} | nil, hint: String.t() | nil, message: String.t() | nil, request_id: String.t() | nil, status: non_neg_integer() | nil }