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
@type t() :: %Quickbase.Error{ __exception__: term(), body: term(), status: non_neg_integer() }