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
-
Method Summary
Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Constructor Details
-
Cause
public Cause()
-
-
Method Details
-
getErrorType
-
getErrorMessage
-
getLocation
-
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
-