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-09-23T16:19:57.008753975Z[Etc/UTC]",
comments="Generator version: 7.8.0")
public class Error
extends Object
implements Serializable
Error
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionadderrorCausesItem
(ErrorCause errorCausesItem) boolean
errorCauses
(List<ErrorCause> 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.int
hashCode()
void
setErrorCauses
(List<ErrorCause> errorCauses) void
setErrorCode
(String errorCode) void
setErrorId
(String errorId) void
setErrorLink
(String errorLink) void
setErrorSummary
(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
-