Package com.atlan.model.core
Class AtlanError
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.core.AtlanError
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.atlan.model.core.AtlanObject
AtlanObject.AtlanObjectBuilder<C extends AtlanObject,
B extends AtlanObject.AtlanObjectBuilder<C, B>> -
Field Summary
Fields inherited from class com.atlan.model.core.AtlanObject
rawJsonObject
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
findCode()
Find the code within the error.Find the message within the error.getCode()
A numeric error code.TBCgetError()
A human-readable suggestion on resolving the error.A short string indicating the error code reported.A human-readable description providing more details about the error.Details about where the error occurred.A human-readable message providing more details about the error.getInfo()
TBCA human-readable message providing more details about the error.TBCTBCResponse code for unauthorized calls.getUrl()
Path attempted to access for an unauthorized call.int
hashCode()
void
A numeric error code.void
setErrorMessage
(String errorMessage) A human-readable message providing more details about the error.toString()
Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Constructor Details
-
AtlanError
public AtlanError()
-
-
Method Details
-
findCode
Find the code within the error.- Returns:
- the code
-
findMessage
Find the message within the error.- Returns:
- the message
-
getCode
A numeric error code. -
getErrorCode
A short string indicating the error code reported. -
getErrorMessage
A human-readable message providing more details about the error. -
getErrorDescription
A human-readable description providing more details about the error. -
getMessage
A human-readable message providing more details about the error. -
getError
A human-readable suggestion on resolving the error. -
getEntityGuid
TBC -
getRequestId
TBC -
getInfo
TBC -
getErrorDetailsMap
Details about where the error occurred. -
getServlet
TBC -
getStatus
Response code for unauthorized calls. -
getUrl
Path attempted to access for an unauthorized call. -
equals
- Overrides:
equals
in classAtlanObject
-
canEqual
- Overrides:
canEqual
in classAtlanObject
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAtlanObject
-
toString
Description copied from class:AtlanObject
- Overrides:
toString
in classAtlanObject
-
setCode
A numeric error code. -
setErrorMessage
A human-readable message providing more details about the error.
-