Class Error

java.lang.Object
com.okta.sdk.resource.model.Error
All Implemented Interfaces:
Serializable

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-03-29T16:46:27.777599-05:00[America/Chicago]", comments="Generator version: 7.4.0") public class Error extends Object implements Serializable
Error
See Also:
  • Field Details

  • Constructor Details

    • Error

      public Error()
  • Method Details

    • errorCauses

      public Error errorCauses(List<ErrorErrorCausesInner> errorCauses)
    • addErrorCausesItem

      public Error addErrorCausesItem(ErrorErrorCausesInner errorCausesItem)
    • getErrorCauses

      @Nullable public List<ErrorErrorCausesInner> getErrorCauses()
      Get errorCauses
      Returns:
      errorCauses
    • setErrorCauses

      public void setErrorCauses(List<ErrorErrorCausesInner> errorCauses)
    • errorCode

      public Error errorCode(String errorCode)
    • getErrorCode

      @Nullable public String getErrorCode()
      An Okta code for this type of error
      Returns:
      errorCode
    • setErrorCode

      public void setErrorCode(String errorCode)
    • errorId

      public Error errorId(String errorId)
    • getErrorId

      @Nullable public String getErrorId()
      A unique identifier for this error. This can be used by Okta Support to help with troubleshooting.
      Returns:
      errorId
    • setErrorId

      public void setErrorId(String errorId)
    • errorLink

      public Error errorLink(String errorLink)
    • getErrorLink

      @Nullable public String getErrorLink()
      An Okta code for this type of error
      Returns:
      errorLink
    • setErrorLink

      public void setErrorLink(String errorLink)
    • errorSummary

      public Error errorSummary(String errorSummary)
    • getErrorSummary

      @Nullable public String getErrorSummary()
      A short description of what caused this error. Sometimes this contains dynamically-generated information about your specific 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