Class AtlanError.Cause

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

public static final class AtlanError.Cause extends AtlanObject
Details about an underlying cause for an error.
See Also:
  • Constructor Details

    • Cause

      public Cause()
  • Method Details

    • getErrorType

      public String getErrorType()
      Back-end component or class that was an underlying cause for the error.
    • getErrorMessage

      public String getErrorMessage()
      Message from the back-end component or class about the cause of the error.
    • getLocation

      public String getLocation()
      Specific location in the back-end code for the cause of the error.
    • 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