Click or drag to resize

ApiErrorResponse Properties

The ApiErrorResponse type exposes the following members.

Properties
  NameDescription
Public propertyCode
HTTP status code.
Public propertyError
Whether this is an error response (always true).
Public propertyErrorMessage
Error message.
Public propertyErrorNum
ArangoDB error number. See https://www.arangodb.com/docs/stable/appendix-error-codes.html for error numbers and descriptions.
Top
See Also