Arangox.Error exception (Arangox v0.6.0) View Source
Link to this section Summary
Link to this section Types
Specs
t() :: %Arangox.Error{
  __exception__: true,
  endpoint: Arangox.endpoint() | nil,
  error_num: non_neg_integer(),
  message: binary(),
  status: pos_integer() | nil
}