View Source Arangox.Error exception (Arangox v0.7.0)

Summary

Types

@type t() :: %Arangox.Error{
  __exception__: true,
  endpoint: Arangox.endpoint() | nil,
  error_num: non_neg_integer(),
  message: binary(),
  status: pos_integer() | nil
}