Package com.okta.sdk.resource.model
Class RegistrationResponseErrorErrorCausesInner
java.lang.Object
com.okta.sdk.resource.model.RegistrationResponseErrorErrorCausesInner
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class RegistrationResponseErrorErrorCausesInner
extends Object
implements Serializable
RegistrationResponseErrorErrorCausesInner
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
errorSummary
(String errorSummary) Indicates the source of the error.Human-readable summary of the error.The valid JSON path to the location of the error.Where in the request the error was found (`body`, `header`, `url`, or `query`).A brief, enum-like string that indicates the nature of the error.int
hashCode()
locationType
(String locationType) void
void
setErrorSummary
(String errorSummary) void
setLocation
(String location) void
setLocationType
(String locationType) void
toString()
-
Field Details
-
JSON_PROPERTY_ERROR_SUMMARY
- See Also:
-
JSON_PROPERTY_REASON
- See Also:
-
JSON_PROPERTY_LOCATION_TYPE
- See Also:
-
JSON_PROPERTY_LOCATION
- See Also:
-
JSON_PROPERTY_DOMAIN
- See Also:
-
-
Constructor Details
-
RegistrationResponseErrorErrorCausesInner
public RegistrationResponseErrorErrorCausesInner()
-
-
Method Details
-
errorSummary
-
getErrorSummary
Human-readable summary of the error.- Returns:
- errorSummary
-
setErrorSummary
-
reason
-
getReason
A brief, enum-like string that indicates the nature of the error. For example, `UNIQUE_CONSTRAINT` for a property uniqueness violation.- Returns:
- reason
-
setReason
-
locationType
-
getLocationType
Where in the request the error was found (`body`, `header`, `url`, or `query`).- Returns:
- locationType
-
setLocationType
-
location
-
getLocation
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`.- Returns:
- location
-
setLocation
-
domain
-
getDomain
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`.- Returns:
- domain
-
setDomain
-
equals
-
hashCode
public int hashCode() -
toString
-