View Source GitHub.SCIM.Error (GitHub REST API Client v0.2.2)

Provides struct and type for a SCIM.Error

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.SCIM.Error{
  __info__: map(),
  detail: String.t() | nil,
  documentation_url: String.t() | nil,
  message: String.t() | nil,
  schemas: [String.t()] | nil,
  scimType: String.t() | nil,
  status: integer() | nil
}