Search
Provides struct and type for ScimError
@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 }