Variable ScimErrorSchemaConst
ScimErrorSchema: ZodObject<
{
detail: ZodOptional<ZodString>;
schemas: ZodOptional<ZodArray<ZodString>>;
scimType: ZodOptional<
ZodCustom<
| string & {}
| "sensitive"
| "invalidFilter"
| "tooMany"
| "uniqueness"
| "mutability"
| "invalidSyntax"
| "invalidPath"
| "noTarget"
| "invalidValue"
| "invalidVers",
| string & {}
| "sensitive"
| "invalidFilter"
| "tooMany"
| "uniqueness"
| "mutability"
| "invalidSyntax"
| "invalidPath"
| "noTarget"
| "invalidValue"
| "invalidVers",
>,
>;
status: ZodOptional<ZodString>;
},
$loose,
> = ...
SCIM Error