Arangox.Error exception (Arangox v0.5.5) 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
}