Class AthenaError

    • Method Detail

      • errorCategory

        public final Integer errorCategory()

        An integer value that specifies the category of a query failure error. The following list shows the category for each integer value.

        1 - System

        2 - User

        3 - Other

        Returns:
        An integer value that specifies the category of a query failure error. The following list shows the category for each integer value.

        1 - System

        2 - User

        3 - Other

      • errorType

        public final Integer errorType()

        An integer value that provides specific information about an Athena query error. For the meaning of specific values, see the Error Type Reference in the Amazon Athena User Guide.

        Returns:
        An integer value that provides specific information about an Athena query error. For the meaning of specific values, see the Error Type Reference in the Amazon Athena User Guide.
      • retryable

        public final Boolean retryable()

        True if the query might succeed if resubmitted.

        Returns:
        True if the query might succeed if resubmitted.
      • errorMessage

        public final String errorMessage()

        Contains a short description of the error that occurred.

        Returns:
        Contains a short description of the error that occurred.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)