OpenXchangeClient.Model.Warning (open_xchange_client v0.10.0)

A warning concerning the attendee. E.g. when the attendee couldn't be found.

Link to this section Summary

Link to this section Types

@type t() :: %OpenXchangeClient.Model.Warning{
  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
}