Package com.okta.sdk.resource.model
Class Error
java.lang.Object
com.okta.sdk.resource.model.Error
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-01-30T09:30:33.152574-06:00[America/Chicago]")
public class Error
extends Object
implements Serializable
Error
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddErrorCausesItem(ErrorErrorCausesInner errorCausesItem) booleanerrorCauses(List<ErrorErrorCausesInner> errorCauses) errorSummary(String errorSummary) Get errorCausesAn Okta code for this type of errorA unique identifier for this error.An Okta code for this type of errorA short description of what caused this error.inthashCode()voidsetErrorCauses(List<ErrorErrorCausesInner> errorCauses) voidsetErrorCode(String errorCode) voidsetErrorId(String errorId) voidsetErrorLink(String errorLink) voidsetErrorSummary(String errorSummary) toString()
-
Field Details
-
JSON_PROPERTY_ERROR_CAUSES
- See Also:
-
JSON_PROPERTY_ERROR_CODE
- See Also:
-
JSON_PROPERTY_ERROR_ID
- See Also:
-
JSON_PROPERTY_ERROR_LINK
- See Also:
-
JSON_PROPERTY_ERROR_SUMMARY
- See Also:
-
-
Constructor Details
-
Error
public Error()
-
-
Method Details
-
errorCauses
-
addErrorCausesItem
-
getErrorCauses
Get errorCauses- Returns:
- errorCauses
-
setErrorCauses
-
errorCode
-
getErrorCode
An Okta code for this type of error- Returns:
- errorCode
-
setErrorCode
-
errorId
-
getErrorId
A unique identifier for this error. This can be used by Okta Support to help with troubleshooting.- Returns:
- errorId
-
setErrorId
-
errorLink
-
getErrorLink
An Okta code for this type of error- Returns:
- errorLink
-
setErrorLink
-
errorSummary
-
getErrorSummary
A short description of what caused this error. Sometimes this contains dynamically-generated information about your specific error.- Returns:
- errorSummary
-
setErrorSummary
-
equals
-
hashCode
public int hashCode() -
toString
-