Deputy.Error.APIError exception (Deputy v0.3.0)

View Source

Represents an error returned by the Deputy API.

Summary

Types

t()

@type t() :: %Deputy.Error.APIError{
  __exception__: true,
  code: String.t() | nil,
  details: map() | nil,
  message: String.t(),
  status: integer()
}