Package com.arangodb.entity
Class ErrorEntity
java.lang.Object
com.arangodb.entity.ErrorEntity
- All Implemented Interfaces:
Serializable
- Author:
- Mark Vollmary
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ErrorEntity
public ErrorEntity()
-
-
Method Details
-
getErrorMessage
- Returns:
- a descriptive error message
-
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
-