Class ErrorEntity

java.lang.Object
com.arangodb.entity.ErrorEntity
All Implemented Interfaces:
Serializable

public final class ErrorEntity extends Object implements Serializable
Author:
Mark Vollmary
See Also:
  • Constructor Details

    • ErrorEntity

      public ErrorEntity()
  • Method Details

    • getErrorMessage

      public String getErrorMessage()
      Returns:
      a descriptive error message
    • getException

      public String getException()
      Returns:
      the exception message, passed when transaction fails
    • getCode

      public int getCode()
      Returns:
      the status code
    • getErrorNum

      public int getErrorNum()
      Returns:
      the server error number