Package com.okta.sdk.resource.model
Class ErrorResponse
java.lang.Object
com.okta.sdk.resource.model.ErrorResponse
- 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 ErrorResponse
extends Object
implements Serializable
ErrorResponse
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
errorCause
(String errorCause) errorSummary
(String errorSummary) The reason or cause for the error in the org domain for the dr operationorg.openapitools.jackson.nullable.JsonNullable
<String> An error code unique to the errorThe unique identifier of this errororg.openapitools.jackson.nullable.JsonNullable
<String> An indicator where to look out to troubleshoot the errororg.openapitools.jackson.nullable.JsonNullable
<String> An error code description, detailing the errorint
hashCode()
void
setErrorCause
(String errorCause) void
setErrorCause_JsonNullable
(org.openapitools.jackson.nullable.JsonNullable<String> errorCause) void
setErrorCode
(String errorCode) void
setErrorId
(String errorId) void
setErrorId_JsonNullable
(org.openapitools.jackson.nullable.JsonNullable<String> errorId) void
setErrorLink
(String errorLink) void
setErrorLink_JsonNullable
(org.openapitools.jackson.nullable.JsonNullable<String> errorLink) void
setErrorSummary
(String errorSummary) toString()
-
Field Details
-
JSON_PROPERTY_ERROR_CAUSE
- 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
-
ErrorResponse
public ErrorResponse()
-
-
Method Details
-
errorCause
-
getErrorCause
The reason or cause for the error in the org domain for the dr operation- Returns:
- errorCause
-
getErrorCause_JsonNullable
-
setErrorCause_JsonNullable
public void setErrorCause_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> errorCause) -
setErrorCause
-
errorCode
-
getErrorCode
An error code unique to the error- Returns:
- errorCode
-
setErrorCode
-
errorId
-
getErrorId
The unique identifier of this error- Returns:
- errorId
-
getErrorId_JsonNullable
-
setErrorId_JsonNullable
-
setErrorId
-
errorLink
-
getErrorLink
An indicator where to look out to troubleshoot the error- Returns:
- errorLink
-
getErrorLink_JsonNullable
-
setErrorLink_JsonNullable
public void setErrorLink_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> errorLink) -
setErrorLink
-
errorSummary
-
getErrorSummary
An error code description, detailing the error- Returns:
- errorSummary
-
setErrorSummary
-
equals
-
hashCode
public int hashCode() -
toString
-