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

Provides struct and type for ScimError

Link to this section Summary

Link to this section Types

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