Class AtlanError

java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.core.AtlanError
All Implemented Interfaces:
Serializable

public class AtlanError extends AtlanObject
See Also:
  • Constructor Details

    • AtlanError

      public AtlanError()
  • Method Details

    • findCode

      public String findCode()
      Find the code within the error.
      Returns:
      the code
    • findMessage

      public String findMessage()
      Find the message within the error.
      Returns:
      the message
    • getCode

      public Long getCode()
      A numeric error code.
    • getErrorCode

      public String getErrorCode()
      A short string indicating the error code reported.
    • getErrorMessage

      public String getErrorMessage()
      A human-readable message providing more details about the error.
    • getErrorDescription

      public String getErrorDescription()
      A human-readable description providing more details about the error.
    • getMessage

      public String getMessage()
      A human-readable message providing more details about the error.
    • getError

      public String getError()
      A human-readable suggestion on resolving the error.
    • getEntityGuid

      public String getEntityGuid()
      TBC
    • getRequestId

      public String getRequestId()
      TBC
    • getInfo

      public String getInfo()
      TBC
    • getErrorDetailsMap

      public Map<String,String> getErrorDetailsMap()
      Details about where the error occurred.
    • getServlet

      public String getServlet()
      TBC
    • getStatus

      public String getStatus()
      Response code for unauthorized calls.
    • getUrl

      public String getUrl()
      Path attempted to access for an unauthorized call.
    • equals

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

      protected boolean canEqual(Object other)
      Overrides:
      canEqual in class AtlanObject
    • hashCode

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

      public String toString()
      Description copied from class: AtlanObject
      Overrides:
      toString in class AtlanObject
    • setCode

      public void setCode(Long code)
      A numeric error code.
    • setErrorMessage

      public void setErrorMessage(String errorMessage)
      A human-readable message providing more details about the error.