Quickbase.Error exception (quickbase v0.1.0)

Copy Markdown View Source

Raised/returned when the Quickbase API responds with a non-200 status.

Carries the HTTP status and decoded response body (Quickbase error bodies are maps with "message" and "description" keys).

Summary

Types

t()

@type t() :: %Quickbase.Error{
  __exception__: term(),
  body: term(),
  status: non_neg_integer()
}