Package com.atlan.model.core
Class AtlanError.Cause
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.core.AtlanError.Cause
- All Implemented Interfaces:
Serializable
- Enclosing class:
AtlanError
Details about an underlying cause for an error.
- 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Message from the back-end component or class about the cause of the error.Back-end component or class that was an underlying cause for the error.Specific location in the back-end code for the cause of the error.int
hashCode()
toString()
Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Constructor Details
-
Cause
public Cause()
-
-
Method Details
-
getErrorType
Back-end component or class that was an underlying cause for the error. -
getErrorMessage
Message from the back-end component or class about the cause of the error. -
getLocation
Specific location in the back-end code for the cause of the error. -
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
-