JsonApiClient v3.1.1 JsonApiClient.Error View Source
JSON API JSON Error Object http://jsonapi.org/format/#errors
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %JsonApiClient.Error{ code: any(), detail: any(), id: any(), links: JsonApiClient.ErrorLink.t() | nil, meta: map() | nil, source: JsonApiClient.ErrorSource.t() | nil, status: any(), title: any() }