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 Details

  • Constructor Details

    • ErrorResponse

      public ErrorResponse()
  • Method Details

    • errorCause

      public ErrorResponse errorCause(String errorCause)
    • getErrorCause

      @Nullable public String getErrorCause()
      The reason or cause for the error in the org domain for the dr operation
      Returns:
      errorCause
    • getErrorCause_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getErrorCause_JsonNullable()
    • setErrorCause_JsonNullable

      public void setErrorCause_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> errorCause)
    • setErrorCause

      public void setErrorCause(String errorCause)
    • errorCode

      public ErrorResponse errorCode(String errorCode)
    • getErrorCode

      @Nonnull public String getErrorCode()
      An error code unique to the error
      Returns:
      errorCode
    • setErrorCode

      public void setErrorCode(String errorCode)
    • errorId

      public ErrorResponse errorId(String errorId)
    • getErrorId

      @Nullable public String getErrorId()
      The unique identifier of this error
      Returns:
      errorId
    • getErrorId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getErrorId_JsonNullable()
    • setErrorId_JsonNullable

      public void setErrorId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> errorId)
    • setErrorId

      public void setErrorId(String errorId)
    • errorLink

      public ErrorResponse errorLink(String errorLink)
    • getErrorLink

      @Nullable public String getErrorLink()
      An indicator where to look out to troubleshoot the error
      Returns:
      errorLink
    • setErrorLink

      public void setErrorLink(String errorLink)
    • errorSummary

      public ErrorResponse errorSummary(String errorSummary)
    • getErrorSummary

      @Nonnull public String getErrorSummary()
      An error code description, detailing the error
      Returns:
      errorSummary
    • setErrorSummary

      public void setErrorSummary(String errorSummary)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object