OpenXchangeClient.Model.Error (open_xchange_client v0.10.1)

In case an error occurs this field contains error relevant data.

Link to this section Summary

Link to this section Types

@type t() :: %OpenXchangeClient.Model.Error{
  categories: String.t() | nil,
  category: integer() | nil,
  code: String.t() | nil,
  error: String.t() | nil,
  error_desc: String.t() | nil,
  error_id: String.t() | nil,
  error_params: [String.t()] | nil,
  error_stack: [String.t()] | nil
}