ApiErrorResponse Properties |
The ApiErrorResponse type exposes the following members.
Name | Description | |
---|---|---|
![]() | Code |
HTTP status code.
|
![]() | Error |
Whether this is an error response (always true).
|
![]() | ErrorMessage |
Error message.
|
![]() | ErrorNum |
ArangoDB error number.
See https://www.arangodb.com/docs/stable/appendix-error-codes.html for error numbers and descriptions.
|