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
Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Constructor Details
-
Cause
public Cause()
-
-
Method Details
-
getErrorType
-
getErrorMessage
-
getLocation
-
equals
- Overrides:
equalsin classAtlanObject
-
canEqual
- Overrides:
canEqualin classAtlanObject
-
hashCode
public int hashCode()- Overrides:
hashCodein classAtlanObject
-
toString
Description copied from class:AtlanObject- Overrides:
toStringin classAtlanObject
-