Standard SCIM error representation (RFC 7644 §3.12)
@type t() :: %ExScimClient.Model.Infrastructure.Error{ detail: String.t() | nil, schemas: [String.t()] | nil, scimType: String.t() | nil, status: String.t() | nil }