Okta.Sdk.Model.RegistrationResponseErrorErrorCausesInner

October 22, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
ErrorSummarystringHuman-readable summary of the error.[optional]
ReasonstringA brief, enum-like string that indicates the nature of the error. For example, `UNIQUE_CONSTRAINT` for a property uniqueness violation.[optional]
LocationTypestringWhere in the request the error was found (`body`, `header`, `url`, or `query`).[optional]
LocationstringThe valid JSON path to the location of the error. For example, if there was an error in the user's `login` field, the `location` might be `data.userProfile.login`.[optional]
DomainstringIndicates the source of the error. If the error was in the user's profile, for example, you might use `end-user`. If the error occurred in the external service, you might use `external-service`.[optional]

[Back to Model list] [Back to API list] [Back to README]