All Downloads are FREE. Search and download functionalities are using the official Maven repository.

docs.RegistrationResponseErrorErrorCausesInner.md Maven / Gradle / Ivy

Go to download

The Okta Java SDK API .jar provides a Java API that your code can use to make calls to the Okta API. This .jar is the only compile-time dependency within the Okta SDK project that your code should depend on. Implementations of this API (implementation .jars) should be runtime dependencies only.

There is a newer version: 21.0.0
Show newest version


# RegistrationResponseErrorErrorCausesInner


## 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] |


## Implemented Interfaces

* Serializable






© 2015 - 2025 Weber Informatics LLC | Privacy Policy