Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ArangoError

Represents an error returned by ArangoDB.

Hierarchy

Index

Properties

code

code: number

HTTP status code included in the server error response object.

errorNum

errorNum: number

ArangoDB error code.

See ArangoDB error documentation.

message

message: string

name

name: string = "ArangoError"

response

response: any

Server response object.

Optional stack

stack: undefined | string

Static Error

Error: ErrorConstructor

Accessors

isArangoError

  • get isArangoError(): true
  • internal

    Indicates that this object represents an ArangoDB error.

    Returns true

Generated using TypeDoc