Okta.Sdk.Model.RegistrationResponseErrorErrorCausesInner
October 22, 2025 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ErrorSummary | string | Human-readable summary of the error. | [optional] |
| Reason | string | A brief, enum-like string that indicates the nature of the error. For example, `UNIQUE_CONSTRAINT` for a property uniqueness violation. | [optional] |
| LocationType | string | Where in the request the error was found (`body`, `header`, `url`, or `query`). | [optional] |
| Location | string | The 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] |
| Domain | string | Indicates 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] |