export declare const ERROR_NO_ERROR = 0; export declare const ERROR_FAILED = 1; export declare const ERROR_SYS_ERROR = 2; export declare const ERROR_OUT_OF_MEMORY = 3; export declare const ERROR_INTERNAL = 4; export declare const ERROR_ILLEGAL_NUMBER = 5; export declare const ERROR_NUMERIC_OVERFLOW = 6; export declare const ERROR_ILLEGAL_OPTION = 7; export declare const ERROR_DEAD_PID = 8; export declare const ERROR_NOT_IMPLEMENTED = 9; export declare const ERROR_BAD_PARAMETER = 10; export declare const ERROR_FORBIDDEN = 11; export declare const ERROR_CORRUPTED_CSV = 13; export declare const ERROR_FILE_NOT_FOUND = 14; export declare const ERROR_CANNOT_WRITE_FILE = 15; export declare const ERROR_CANNOT_OVERWRITE_FILE = 16; export declare const ERROR_TYPE_ERROR = 17; export declare const ERROR_LOCK_TIMEOUT = 18; export declare const ERROR_CANNOT_CREATE_DIRECTORY = 19; export declare const ERROR_CANNOT_CREATE_TEMP_FILE = 20; export declare const ERROR_REQUEST_CANCELED = 21; export declare const ERROR_DEBUG = 22; export declare const ERROR_IP_ADDRESS_INVALID = 25; export declare const ERROR_FILE_EXISTS = 27; export declare const ERROR_LOCKED = 28; export declare const ERROR_DEADLOCK = 29; export declare const ERROR_SHUTTING_DOWN = 30; export declare const ERROR_ONLY_ENTERPRISE = 31; export declare const ERROR_RESOURCE_LIMIT = 32; export declare const ERROR_ARANGO_ICU_ERROR = 33; export declare const ERROR_CANNOT_READ_FILE = 34; export declare const ERROR_INCOMPATIBLE_VERSION = 35; export declare const ERROR_DISABLED = 36; export declare const ERROR_MALFORMED_JSON = 37; export declare const ERROR_STARTING_UP = 38; export declare const ERROR_DESERIALIZE = 39; export declare const ERROR_END_OF_FILE = 40; export declare const ERROR_HTTP_BAD_PARAMETER = 400; export declare const ERROR_HTTP_UNAUTHORIZED = 401; export declare const ERROR_HTTP_FORBIDDEN = 403; export declare const ERROR_HTTP_NOT_FOUND = 404; export declare const ERROR_HTTP_METHOD_NOT_ALLOWED = 405; export declare const ERROR_HTTP_NOT_ACCEPTABLE = 406; export declare const ERROR_HTTP_REQUEST_TIMEOUT = 408; export declare const ERROR_HTTP_CONFLICT = 409; export declare const ERROR_HTTP_GONE = 410; export declare const ERROR_HTTP_PRECONDITION_FAILED = 412; export declare const ERROR_HTTP_ENHANCE_YOUR_CALM = 420; export declare const ERROR_HTTP_SERVER_ERROR = 500; export declare const ERROR_HTTP_NOT_IMPLEMENTED = 501; export declare const ERROR_HTTP_SERVICE_UNAVAILABLE = 503; export declare const ERROR_HTTP_GATEWAY_TIMEOUT = 504; export declare const ERROR_HTTP_CORRUPTED_JSON = 600; export declare const ERROR_HTTP_SUPERFLUOUS_SUFFICES = 601; export declare const ERROR_ARANGO_ILLEGAL_STATE = 1000; export declare const ERROR_ARANGO_READ_ONLY = 1004; export declare const ERROR_ARANGO_DUPLICATE_IDENTIFIER = 1005; export declare const ERROR_ARANGO_CORRUPTED_DATAFILE = 1100; export declare const ERROR_ARANGO_ILLEGAL_PARAMETER_FILE = 1101; export declare const ERROR_ARANGO_CORRUPTED_COLLECTION = 1102; export declare const ERROR_ARANGO_FILESYSTEM_FULL = 1104; export declare const ERROR_ARANGO_DATADIR_LOCKED = 1107; export declare const ERROR_ARANGO_CONFLICT = 1200; export declare const ERROR_ARANGO_DOCUMENT_NOT_FOUND = 1202; export declare const ERROR_ARANGO_DATA_SOURCE_NOT_FOUND = 1203; export declare const ERROR_ARANGO_COLLECTION_PARAMETER_MISSING = 1204; export declare const ERROR_ARANGO_DOCUMENT_HANDLE_BAD = 1205; export declare const ERROR_ARANGO_DUPLICATE_NAME = 1207; export declare const ERROR_ARANGO_ILLEGAL_NAME = 1208; export declare const ERROR_ARANGO_NO_INDEX = 1209; export declare const ERROR_ARANGO_UNIQUE_CONSTRAINT_VIOLATED = 1210; export declare const ERROR_ARANGO_INDEX_NOT_FOUND = 1212; export declare const ERROR_ARANGO_CROSS_COLLECTION_REQUEST = 1213; export declare const ERROR_ARANGO_INDEX_HANDLE_BAD = 1214; export declare const ERROR_ARANGO_DOCUMENT_TOO_LARGE = 1216; export declare const ERROR_ARANGO_COLLECTION_TYPE_INVALID = 1218; export declare const ERROR_ARANGO_ATTRIBUTE_PARSER_FAILED = 1220; export declare const ERROR_ARANGO_DOCUMENT_KEY_BAD = 1221; export declare const ERROR_ARANGO_DOCUMENT_KEY_UNEXPECTED = 1222; export declare const ERROR_ARANGO_DATADIR_NOT_WRITABLE = 1224; export declare const ERROR_ARANGO_OUT_OF_KEYS = 1225; export declare const ERROR_ARANGO_DOCUMENT_KEY_MISSING = 1226; export declare const ERROR_ARANGO_DOCUMENT_TYPE_INVALID = 1227; export declare const ERROR_ARANGO_DATABASE_NOT_FOUND = 1228; export declare const ERROR_ARANGO_DATABASE_NAME_INVALID = 1229; export declare const ERROR_ARANGO_USE_SYSTEM_DATABASE = 1230; export declare const ERROR_ARANGO_INVALID_KEY_GENERATOR = 1232; export declare const ERROR_ARANGO_INVALID_EDGE_ATTRIBUTE = 1233; export declare const ERROR_ARANGO_INDEX_CREATION_FAILED = 1235; export declare const ERROR_ARANGO_COLLECTION_TYPE_MISMATCH = 1237; export declare const ERROR_ARANGO_COLLECTION_NOT_LOADED = 1238; export declare const ERROR_ARANGO_DOCUMENT_REV_BAD = 1239; export declare const ERROR_ARANGO_INCOMPLETE_READ = 1240; export declare const ERROR_ARANGO_OLD_ROCKSDB_FORMAT = 1241; export declare const ERROR_ARANGO_INDEX_HAS_LEGACY_SORTED_KEYS = 1242; export declare const ERROR_ARANGO_EMPTY_DATADIR = 1301; export declare const ERROR_ARANGO_TRY_AGAIN = 1302; export declare const ERROR_ARANGO_BUSY = 1303; export declare const ERROR_ARANGO_MERGE_IN_PROGRESS = 1304; export declare const ERROR_ARANGO_IO_ERROR = 1305; export declare const ERROR_REPLICATION_NO_RESPONSE = 1400; export declare const ERROR_REPLICATION_INVALID_RESPONSE = 1401; export declare const ERROR_REPLICATION_LEADER_ERROR = 1402; export declare const ERROR_REPLICATION_LEADER_INCOMPATIBLE = 1403; export declare const ERROR_REPLICATION_LEADER_CHANGE = 1404; export declare const ERROR_REPLICATION_LOOP = 1405; export declare const ERROR_REPLICATION_UNEXPECTED_MARKER = 1406; export declare const ERROR_REPLICATION_INVALID_APPLIER_STATE = 1407; export declare const ERROR_REPLICATION_UNEXPECTED_TRANSACTION = 1408; export declare const ERROR_REPLICATION_SHARD_SYNC_ATTEMPT_TIMEOUT_EXCEEDED = 1409; export declare const ERROR_REPLICATION_INVALID_APPLIER_CONFIGURATION = 1410; export declare const ERROR_REPLICATION_RUNNING = 1411; export declare const ERROR_REPLICATION_APPLIER_STOPPED = 1412; export declare const ERROR_REPLICATION_NO_START_TICK = 1413; export declare const ERROR_REPLICATION_START_TICK_NOT_PRESENT = 1414; export declare const ERROR_REPLICATION_WRONG_CHECKSUM = 1416; export declare const ERROR_REPLICATION_SHARD_NONEMPTY = 1417; export declare const ERROR_REPLICATION_REPLICATED_LOG_NOT_FOUND = 1418; export declare const ERROR_REPLICATION_REPLICATED_LOG_NOT_THE_LEADER = 1419; export declare const ERROR_REPLICATION_REPLICATED_LOG_NOT_A_FOLLOWER = 1420; export declare const ERROR_REPLICATION_REPLICATED_LOG_APPEND_ENTRIES_REJECTED = 1421; export declare const ERROR_REPLICATION_REPLICATED_LOG_LEADER_RESIGNED = 1422; export declare const ERROR_REPLICATION_REPLICATED_LOG_FOLLOWER_RESIGNED = 1423; export declare const ERROR_REPLICATION_REPLICATED_LOG_PARTICIPANT_GONE = 1424; export declare const ERROR_REPLICATION_REPLICATED_LOG_INVALID_TERM = 1425; export declare const ERROR_REPLICATION_REPLICATED_LOG_UNCONFIGURED = 1426; export declare const ERROR_REPLICATION_REPLICATED_STATE_NOT_FOUND = 1427; export declare const ERROR_REPLICATION_REPLICATED_STATE_NOT_AVAILABLE = 1428; export declare const ERROR_REPLICATION_WRITE_CONCERN_NOT_FULFILLED = 1429; export declare const ERROR_REPLICATION_REPLICATED_LOG_SUBSEQUENT_FAULT = 1430; export declare const ERROR_REPLICATION_REPLICATED_STATE_IMPLEMENTATION_NOT_FOUND = 1431; export declare const ERROR_REPLICATION_REPLICATED_WAL_ERROR = 1432; export declare const ERROR_REPLICATION_REPLICATED_WAL_INVALID_FILE = 1433; export declare const ERROR_REPLICATION_REPLICATED_WAL_CORRUPT = 1434; export declare const ERROR_CLUSTER_NOT_FOLLOWER = 1446; export declare const ERROR_CLUSTER_FOLLOWER_TRANSACTION_COMMIT_PERFORMED = 1447; export declare const ERROR_CLUSTER_CREATE_COLLECTION_PRECONDITION_FAILED = 1448; export declare const ERROR_CLUSTER_SERVER_UNKNOWN = 1449; export declare const ERROR_CLUSTER_TOO_MANY_SHARDS = 1450; export declare const ERROR_CLUSTER_COULD_NOT_CREATE_COLLECTION_IN_PLAN = 1454; export declare const ERROR_CLUSTER_COULD_NOT_CREATE_COLLECTION = 1456; export declare const ERROR_CLUSTER_TIMEOUT = 1457; export declare const ERROR_CLUSTER_COULD_NOT_REMOVE_COLLECTION_IN_PLAN = 1458; export declare const ERROR_CLUSTER_COULD_NOT_CREATE_DATABASE_IN_PLAN = 1460; export declare const ERROR_CLUSTER_COULD_NOT_CREATE_DATABASE = 1461; export declare const ERROR_CLUSTER_COULD_NOT_REMOVE_DATABASE_IN_PLAN = 1462; export declare const ERROR_CLUSTER_COULD_NOT_REMOVE_DATABASE_IN_CURRENT = 1463; export declare const ERROR_CLUSTER_SHARD_GONE = 1464; export declare const ERROR_CLUSTER_CONNECTION_LOST = 1465; export declare const ERROR_CLUSTER_MUST_NOT_SPECIFY_KEY = 1466; export declare const ERROR_CLUSTER_GOT_CONTRADICTING_ANSWERS = 1467; export declare const ERROR_CLUSTER_NOT_ALL_SHARDING_ATTRIBUTES_GIVEN = 1468; export declare const ERROR_CLUSTER_MUST_NOT_CHANGE_SHARDING_ATTRIBUTES = 1469; export declare const ERROR_CLUSTER_UNSUPPORTED = 1470; export declare const ERROR_CLUSTER_ONLY_ON_COORDINATOR = 1471; export declare const ERROR_CLUSTER_READING_PLAN_AGENCY = 1472; export declare const ERROR_CLUSTER_AQL_COMMUNICATION = 1474; export declare const ERROR_CLUSTER_ONLY_ON_DBSERVER = 1477; export declare const ERROR_CLUSTER_BACKEND_UNAVAILABLE = 1478; export declare const ERROR_CLUSTER_AQL_COLLECTION_OUT_OF_SYNC = 1481; export declare const ERROR_CLUSTER_COULD_NOT_CREATE_INDEX_IN_PLAN = 1482; export declare const ERROR_CLUSTER_COULD_NOT_DROP_INDEX_IN_PLAN = 1483; export declare const ERROR_CLUSTER_CHAIN_OF_DISTRIBUTESHARDSLIKE = 1484; export declare const ERROR_CLUSTER_MUST_NOT_DROP_COLL_OTHER_DISTRIBUTESHARDSLIKE = 1485; export declare const ERROR_CLUSTER_UNKNOWN_DISTRIBUTESHARDSLIKE = 1486; export declare const ERROR_CLUSTER_INSUFFICIENT_DBSERVERS = 1487; export declare const ERROR_CLUSTER_COULD_NOT_DROP_FOLLOWER = 1488; export declare const ERROR_CLUSTER_SHARD_LEADER_REFUSES_REPLICATION = 1489; export declare const ERROR_CLUSTER_SHARD_FOLLOWER_REFUSES_OPERATION = 1490; export declare const ERROR_CLUSTER_SHARD_LEADER_RESIGNED = 1491; export declare const ERROR_CLUSTER_AGENCY_COMMUNICATION_FAILED = 1492; export declare const ERROR_CLUSTER_LEADERSHIP_CHALLENGE_ONGOING = 1495; export declare const ERROR_CLUSTER_NOT_LEADER = 1496; export declare const ERROR_CLUSTER_COULD_NOT_CREATE_VIEW_IN_PLAN = 1497; export declare const ERROR_CLUSTER_VIEW_ID_EXISTS = 1498; export declare const ERROR_CLUSTER_COULD_NOT_DROP_COLLECTION = 1499; export declare const ERROR_QUERY_KILLED = 1500; export declare const ERROR_QUERY_PARSE = 1501; export declare const ERROR_QUERY_EMPTY = 1502; export declare const ERROR_QUERY_SCRIPT = 1503; export declare const ERROR_QUERY_NUMBER_OUT_OF_RANGE = 1504; export declare const ERROR_QUERY_INVALID_GEO_VALUE = 1505; export declare const ERROR_QUERY_VARIABLE_NAME_INVALID = 1510; export declare const ERROR_QUERY_VARIABLE_REDECLARED = 1511; export declare const ERROR_QUERY_VARIABLE_NAME_UNKNOWN = 1512; export declare const ERROR_QUERY_COLLECTION_LOCK_FAILED = 1521; export declare const ERROR_QUERY_TOO_MANY_COLLECTIONS = 1522; export declare const ERROR_QUERY_TOO_MUCH_NESTING = 1524; export declare const ERROR_QUERY_INVALID_OPTIONS_ATTRIBUTE = 1539; export declare const ERROR_QUERY_FUNCTION_NAME_UNKNOWN = 1540; export declare const ERROR_QUERY_FUNCTION_ARGUMENT_NUMBER_MISMATCH = 1541; export declare const ERROR_QUERY_FUNCTION_ARGUMENT_TYPE_MISMATCH = 1542; export declare const ERROR_QUERY_INVALID_REGEX = 1543; export declare const ERROR_QUERY_BIND_PARAMETERS_INVALID = 1550; export declare const ERROR_QUERY_BIND_PARAMETER_MISSING = 1551; export declare const ERROR_QUERY_BIND_PARAMETER_UNDECLARED = 1552; export declare const ERROR_QUERY_BIND_PARAMETER_TYPE = 1553; export declare const ERROR_QUERY_INVALID_ARITHMETIC_VALUE = 1561; export declare const ERROR_QUERY_DIVISION_BY_ZERO = 1562; export declare const ERROR_QUERY_ARRAY_EXPECTED = 1563; export declare const ERROR_QUERY_COLLECTION_USED_IN_EXPRESSION = 1568; export declare const ERROR_QUERY_FAIL_CALLED = 1569; export declare const ERROR_QUERY_GEO_INDEX_MISSING = 1570; export declare const ERROR_QUERY_FULLTEXT_INDEX_MISSING = 1571; export declare const ERROR_QUERY_INVALID_DATE_VALUE = 1572; export declare const ERROR_QUERY_MULTI_MODIFY = 1573; export declare const ERROR_QUERY_INVALID_AGGREGATE_EXPRESSION = 1574; export declare const ERROR_QUERY_COMPILE_TIME_OPTIONS = 1575; export declare const ERROR_QUERY_DNF_COMPLEXITY = 1576; export declare const ERROR_QUERY_FORCED_INDEX_HINT_UNUSABLE = 1577; export declare const ERROR_QUERY_DISALLOWED_DYNAMIC_CALL = 1578; export declare const ERROR_QUERY_ACCESS_AFTER_MODIFICATION = 1579; export declare const ERROR_QUERY_FUNCTION_INVALID_NAME = 1580; export declare const ERROR_QUERY_FUNCTION_INVALID_CODE = 1581; export declare const ERROR_QUERY_FUNCTION_NOT_FOUND = 1582; export declare const ERROR_QUERY_FUNCTION_RUNTIME_ERROR = 1583; export declare const ERROR_QUERY_BAD_JSON_PLAN = 1590; export declare const ERROR_QUERY_NOT_FOUND = 1591; export declare const ERROR_QUERY_USER_ASSERT = 1593; export declare const ERROR_QUERY_USER_WARN = 1594; export declare const ERROR_QUERY_WINDOW_AFTER_MODIFICATION = 1595; export declare const ERROR_CURSOR_NOT_FOUND = 1600; export declare const ERROR_CURSOR_BUSY = 1601; export declare const ERROR_VALIDATION_FAILED = 1620; export declare const ERROR_VALIDATION_BAD_PARAMETER = 1621; export declare const ERROR_TRANSACTION_INTERNAL = 1650; export declare const ERROR_TRANSACTION_NESTED = 1651; export declare const ERROR_TRANSACTION_UNREGISTERED_COLLECTION = 1652; export declare const ERROR_TRANSACTION_DISALLOWED_OPERATION = 1653; export declare const ERROR_TRANSACTION_ABORTED = 1654; export declare const ERROR_TRANSACTION_NOT_FOUND = 1655; export declare const ERROR_USER_INVALID_NAME = 1700; export declare const ERROR_USER_DUPLICATE = 1702; export declare const ERROR_USER_NOT_FOUND = 1703; export declare const ERROR_USER_EXTERNAL = 1705; export declare const ERROR_SERVICE_DOWNLOAD_FAILED = 1752; export declare const ERROR_SERVICE_UPLOAD_FAILED = 1753; export declare const ERROR_TASK_INVALID_ID = 1850; export declare const ERROR_TASK_DUPLICATE_ID = 1851; export declare const ERROR_TASK_NOT_FOUND = 1852; export declare const ERROR_GRAPH_INVALID_GRAPH = 1901; export declare const ERROR_GRAPH_INVALID_EDGE = 1906; export declare const ERROR_GRAPH_INVALID_FILTER_RESULT = 1910; export declare const ERROR_GRAPH_COLLECTION_MULTI_USE = 1920; export declare const ERROR_GRAPH_COLLECTION_USE_IN_MULTI_GRAPHS = 1921; export declare const ERROR_GRAPH_CREATE_MISSING_NAME = 1922; export declare const ERROR_GRAPH_CREATE_MALFORMED_EDGE_DEFINITION = 1923; export declare const ERROR_GRAPH_NOT_FOUND = 1924; export declare const ERROR_GRAPH_DUPLICATE = 1925; export declare const ERROR_GRAPH_VERTEX_COL_DOES_NOT_EXIST = 1926; export declare const ERROR_GRAPH_WRONG_COLLECTION_TYPE_VERTEX = 1927; export declare const ERROR_GRAPH_NOT_IN_ORPHAN_COLLECTION = 1928; export declare const ERROR_GRAPH_COLLECTION_USED_IN_EDGE_DEF = 1929; export declare const ERROR_GRAPH_EDGE_COLLECTION_NOT_USED = 1930; export declare const ERROR_GRAPH_NO_GRAPH_COLLECTION = 1932; export declare const ERROR_GRAPH_INVALID_NUMBER_OF_ARGUMENTS = 1935; export declare const ERROR_GRAPH_INVALID_PARAMETER = 1936; export declare const ERROR_GRAPH_COLLECTION_USED_IN_ORPHANS = 1938; export declare const ERROR_GRAPH_EDGE_COL_DOES_NOT_EXIST = 1939; export declare const ERROR_GRAPH_EMPTY = 1940; export declare const ERROR_GRAPH_INTERNAL_DATA_CORRUPT = 1941; export declare const ERROR_GRAPH_MUST_NOT_DROP_COLLECTION = 1942; export declare const ERROR_GRAPH_CREATE_MALFORMED_ORPHAN_LIST = 1943; export declare const ERROR_GRAPH_EDGE_DEFINITION_IS_DOCUMENT = 1944; export declare const ERROR_GRAPH_COLLECTION_IS_INITIAL = 1945; export declare const ERROR_GRAPH_NO_INITIAL_COLLECTION = 1946; export declare const ERROR_GRAPH_REFERENCED_VERTEX_COLLECTION_NOT_PART_OF_THE_GRAPH = 1947; export declare const ERROR_GRAPH_NEGATIVE_EDGE_WEIGHT = 1948; export declare const ERROR_GRAPH_COLLECTION_NOT_PART_OF_THE_GRAPH = 1949; export declare const ERROR_SESSION_UNKNOWN = 1950; export declare const ERROR_SESSION_EXPIRED = 1951; export declare const ERROR_SIMPLE_CLIENT_UNKNOWN_ERROR = 2000; export declare const ERROR_SIMPLE_CLIENT_COULD_NOT_CONNECT = 2001; export declare const ERROR_SIMPLE_CLIENT_COULD_NOT_WRITE = 2002; export declare const ERROR_SIMPLE_CLIENT_COULD_NOT_READ = 2003; export declare const ERROR_WAS_ERLAUBE = 2019; export declare const ERROR_INTERNAL_AQL = 2200; export declare const ERROR_MALFORMED_MANIFEST_FILE = 3000; export declare const ERROR_INVALID_SERVICE_MANIFEST = 3001; export declare const ERROR_SERVICE_FILES_MISSING = 3002; export declare const ERROR_SERVICE_FILES_OUTDATED = 3003; export declare const ERROR_INVALID_FOXX_OPTIONS = 3004; export declare const ERROR_INVALID_MOUNTPOINT = 3007; export declare const ERROR_SERVICE_NOT_FOUND = 3009; export declare const ERROR_SERVICE_NEEDS_CONFIGURATION = 3010; export declare const ERROR_SERVICE_MOUNTPOINT_CONFLICT = 3011; export declare const ERROR_SERVICE_MANIFEST_NOT_FOUND = 3012; export declare const ERROR_SERVICE_OPTIONS_MALFORMED = 3013; export declare const ERROR_SERVICE_SOURCE_NOT_FOUND = 3014; export declare const ERROR_SERVICE_SOURCE_ERROR = 3015; export declare const ERROR_SERVICE_UNKNOWN_SCRIPT = 3016; export declare const ERROR_SERVICE_API_DISABLED = 3099; export declare const ERROR_MODULE_NOT_FOUND = 3100; export declare const ERROR_MODULE_SYNTAX_ERROR = 3101; export declare const ERROR_MODULE_FAILURE = 3103; export declare const ERROR_NO_SMART_COLLECTION = 4000; export declare const ERROR_NO_SMART_GRAPH_ATTRIBUTE = 4001; export declare const ERROR_CANNOT_DROP_SMART_COLLECTION = 4002; export declare const ERROR_KEY_MUST_BE_PREFIXED_WITH_SMART_GRAPH_ATTRIBUTE = 4003; export declare const ERROR_ILLEGAL_SMART_GRAPH_ATTRIBUTE = 4004; export declare const ERROR_SMART_GRAPH_ATTRIBUTE_MISMATCH = 4005; export declare const ERROR_INVALID_SMART_JOIN_ATTRIBUTE = 4006; export declare const ERROR_KEY_MUST_BE_PREFIXED_WITH_SMART_JOIN_ATTRIBUTE = 4007; export declare const ERROR_NO_SMART_JOIN_ATTRIBUTE = 4008; export declare const ERROR_CLUSTER_MUST_NOT_CHANGE_SMART_JOIN_ATTRIBUTE = 4009; export declare const ERROR_INVALID_DISJOINT_SMART_EDGE = 4010; export declare const ERROR_UNSUPPORTED_CHANGE_IN_SMART_TO_SATELLITE_DISJOINT_EDGE_DIRECTION = 4011; export declare const ERROR_AGENCY_MALFORMED_GOSSIP_MESSAGE = 20001; export declare const ERROR_AGENCY_MALFORMED_INQUIRE_REQUEST = 20002; export declare const ERROR_AGENCY_INFORM_MUST_BE_OBJECT = 20011; export declare const ERROR_AGENCY_INFORM_MUST_CONTAIN_TERM = 20012; export declare const ERROR_AGENCY_INFORM_MUST_CONTAIN_ID = 20013; export declare const ERROR_AGENCY_INFORM_MUST_CONTAIN_ACTIVE = 20014; export declare const ERROR_AGENCY_INFORM_MUST_CONTAIN_POOL = 20015; export declare const ERROR_AGENCY_INFORM_MUST_CONTAIN_MIN_PING = 20016; export declare const ERROR_AGENCY_INFORM_MUST_CONTAIN_MAX_PING = 20017; export declare const ERROR_AGENCY_INFORM_MUST_CONTAIN_TIMEOUT_MULT = 20018; export declare const ERROR_AGENCY_CANNOT_REBUILD_DBS = 20021; export declare const ERROR_AGENCY_MALFORMED_TRANSACTION = 20030; export declare const ERROR_SUPERVISION_GENERAL_FAILURE = 20501; export declare const ERROR_QUEUE_FULL = 21003; export declare const ERROR_QUEUE_TIME_REQUIREMENT_VIOLATED = 21004; export declare const ERROR_TOO_MANY_DETACHED_THREADS = 21005; export declare const ERROR_ACTION_UNFINISHED = 6003; export declare const ERROR_HOT_BACKUP_INTERNAL = 7001; export declare const ERROR_HOT_RESTORE_INTERNAL = 7002; export declare const ERROR_BACKUP_TOPOLOGY = 7003; export declare const ERROR_NO_SPACE_LEFT_ON_DEVICE = 7004; export declare const ERROR_FAILED_TO_UPLOAD_BACKUP = 7005; export declare const ERROR_FAILED_TO_DOWNLOAD_BACKUP = 7006; export declare const ERROR_NO_SUCH_HOT_BACKUP = 7007; export declare const ERROR_REMOTE_REPOSITORY_CONFIG_BAD = 7008; export declare const ERROR_LOCAL_LOCK_FAILED = 7009; export declare const ERROR_LOCAL_LOCK_RETRY = 7010; export declare const ERROR_HOT_BACKUP_CONFLICT = 7011; export declare const ERROR_HOT_BACKUP_DBSERVERS_AWOL = 7012; export declare const ERROR_CLUSTER_COULD_NOT_MODIFY_ANALYZERS_IN_PLAN = 7021; export declare const ERROR_LICENSE_EXPIRED_OR_INVALID = 9001; export declare const ERROR_LICENSE_SIGNATURE_VERIFICATION = 9002; export declare const ERROR_LICENSE_NON_MATCHING_ID = 9003; export declare const ERROR_LICENSE_FEATURE_NOT_ENABLED = 9004; export declare const ERROR_LICENSE_RESOURCE_EXHAUSTED = 9005; export declare const ERROR_LICENSE_INVALID = 9006; export declare const ERROR_LICENSE_CONFLICT = 9007; export declare const ERROR_LICENSE_VALIDATION_FAILED = 9008; export declare const ERROR_ARANGO_COLLECTION_NOT_FOUND = 1203; export declare const errors: { ERROR_NO_ERROR: { code: number; message: string; }; ERROR_FAILED: { code: number; message: string; }; ERROR_SYS_ERROR: { code: number; message: string; }; ERROR_OUT_OF_MEMORY: { code: number; message: string; }; ERROR_INTERNAL: { code: number; message: string; }; ERROR_ILLEGAL_NUMBER: { code: number; message: string; }; ERROR_NUMERIC_OVERFLOW: { code: number; message: string; }; ERROR_ILLEGAL_OPTION: { code: number; message: string; }; ERROR_DEAD_PID: { code: number; message: string; }; ERROR_NOT_IMPLEMENTED: { code: number; message: string; }; ERROR_BAD_PARAMETER: { code: number; message: string; }; ERROR_FORBIDDEN: { code: number; message: string; }; ERROR_CORRUPTED_CSV: { code: number; message: string; }; ERROR_FILE_NOT_FOUND: { code: number; message: string; }; ERROR_CANNOT_WRITE_FILE: { code: number; message: string; }; ERROR_CANNOT_OVERWRITE_FILE: { code: number; message: string; }; ERROR_TYPE_ERROR: { code: number; message: string; }; ERROR_LOCK_TIMEOUT: { code: number; message: string; }; ERROR_CANNOT_CREATE_DIRECTORY: { code: number; message: string; }; ERROR_CANNOT_CREATE_TEMP_FILE: { code: number; message: string; }; ERROR_REQUEST_CANCELED: { code: number; message: string; }; ERROR_DEBUG: { code: number; message: string; }; ERROR_IP_ADDRESS_INVALID: { code: number; message: string; }; ERROR_FILE_EXISTS: { code: number; message: string; }; ERROR_LOCKED: { code: number; message: string; }; ERROR_DEADLOCK: { code: number; message: string; }; ERROR_SHUTTING_DOWN: { code: number; message: string; }; ERROR_ONLY_ENTERPRISE: { code: number; message: string; }; ERROR_RESOURCE_LIMIT: { code: number; message: string; }; ERROR_ARANGO_ICU_ERROR: { code: number; message: string; }; ERROR_CANNOT_READ_FILE: { code: number; message: string; }; ERROR_INCOMPATIBLE_VERSION: { code: number; message: string; }; ERROR_DISABLED: { code: number; message: string; }; ERROR_MALFORMED_JSON: { code: number; message: string; }; ERROR_STARTING_UP: { code: number; message: string; }; ERROR_DESERIALIZE: { code: number; message: string; }; ERROR_END_OF_FILE: { code: number; message: string; }; ERROR_HTTP_BAD_PARAMETER: { code: number; message: string; }; ERROR_HTTP_UNAUTHORIZED: { code: number; message: string; }; ERROR_HTTP_FORBIDDEN: { code: number; message: string; }; ERROR_HTTP_NOT_FOUND: { code: number; message: string; }; ERROR_HTTP_METHOD_NOT_ALLOWED: { code: number; message: string; }; ERROR_HTTP_NOT_ACCEPTABLE: { code: number; message: string; }; ERROR_HTTP_REQUEST_TIMEOUT: { code: number; message: string; }; ERROR_HTTP_CONFLICT: { code: number; message: string; }; ERROR_HTTP_GONE: { code: number; message: string; }; ERROR_HTTP_PRECONDITION_FAILED: { code: number; message: string; }; ERROR_HTTP_ENHANCE_YOUR_CALM: { code: number; message: string; }; ERROR_HTTP_SERVER_ERROR: { code: number; message: string; }; ERROR_HTTP_NOT_IMPLEMENTED: { code: number; message: string; }; ERROR_HTTP_SERVICE_UNAVAILABLE: { code: number; message: string; }; ERROR_HTTP_GATEWAY_TIMEOUT: { code: number; message: string; }; ERROR_HTTP_CORRUPTED_JSON: { code: number; message: string; }; ERROR_HTTP_SUPERFLUOUS_SUFFICES: { code: number; message: string; }; ERROR_ARANGO_ILLEGAL_STATE: { code: number; message: string; }; ERROR_ARANGO_READ_ONLY: { code: number; message: string; }; ERROR_ARANGO_DUPLICATE_IDENTIFIER: { code: number; message: string; }; ERROR_ARANGO_CORRUPTED_DATAFILE: { code: number; message: string; }; ERROR_ARANGO_ILLEGAL_PARAMETER_FILE: { code: number; message: string; }; ERROR_ARANGO_CORRUPTED_COLLECTION: { code: number; message: string; }; ERROR_ARANGO_FILESYSTEM_FULL: { code: number; message: string; }; ERROR_ARANGO_DATADIR_LOCKED: { code: number; message: string; }; ERROR_ARANGO_CONFLICT: { code: number; message: string; }; ERROR_ARANGO_DOCUMENT_NOT_FOUND: { code: number; message: string; }; ERROR_ARANGO_DATA_SOURCE_NOT_FOUND: { code: number; message: string; }; ERROR_ARANGO_COLLECTION_PARAMETER_MISSING: { code: number; message: string; }; ERROR_ARANGO_DOCUMENT_HANDLE_BAD: { code: number; message: string; }; ERROR_ARANGO_DUPLICATE_NAME: { code: number; message: string; }; ERROR_ARANGO_ILLEGAL_NAME: { code: number; message: string; }; ERROR_ARANGO_NO_INDEX: { code: number; message: string; }; ERROR_ARANGO_UNIQUE_CONSTRAINT_VIOLATED: { code: number; message: string; }; ERROR_ARANGO_INDEX_NOT_FOUND: { code: number; message: string; }; ERROR_ARANGO_CROSS_COLLECTION_REQUEST: { code: number; message: string; }; ERROR_ARANGO_INDEX_HANDLE_BAD: { code: number; message: string; }; ERROR_ARANGO_DOCUMENT_TOO_LARGE: { code: number; message: string; }; ERROR_ARANGO_COLLECTION_TYPE_INVALID: { code: number; message: string; }; ERROR_ARANGO_ATTRIBUTE_PARSER_FAILED: { code: number; message: string; }; ERROR_ARANGO_DOCUMENT_KEY_BAD: { code: number; message: string; }; ERROR_ARANGO_DOCUMENT_KEY_UNEXPECTED: { code: number; message: string; }; ERROR_ARANGO_DATADIR_NOT_WRITABLE: { code: number; message: string; }; ERROR_ARANGO_OUT_OF_KEYS: { code: number; message: string; }; ERROR_ARANGO_DOCUMENT_KEY_MISSING: { code: number; message: string; }; ERROR_ARANGO_DOCUMENT_TYPE_INVALID: { code: number; message: string; }; ERROR_ARANGO_DATABASE_NOT_FOUND: { code: number; message: string; }; ERROR_ARANGO_DATABASE_NAME_INVALID: { code: number; message: string; }; ERROR_ARANGO_USE_SYSTEM_DATABASE: { code: number; message: string; }; ERROR_ARANGO_INVALID_KEY_GENERATOR: { code: number; message: string; }; ERROR_ARANGO_INVALID_EDGE_ATTRIBUTE: { code: number; message: string; }; ERROR_ARANGO_INDEX_CREATION_FAILED: { code: number; message: string; }; ERROR_ARANGO_COLLECTION_TYPE_MISMATCH: { code: number; message: string; }; ERROR_ARANGO_COLLECTION_NOT_LOADED: { code: number; message: string; }; ERROR_ARANGO_DOCUMENT_REV_BAD: { code: number; message: string; }; ERROR_ARANGO_INCOMPLETE_READ: { code: number; message: string; }; ERROR_ARANGO_OLD_ROCKSDB_FORMAT: { code: number; message: string; }; ERROR_ARANGO_INDEX_HAS_LEGACY_SORTED_KEYS: { code: number; message: string; }; ERROR_ARANGO_EMPTY_DATADIR: { code: number; message: string; }; ERROR_ARANGO_TRY_AGAIN: { code: number; message: string; }; ERROR_ARANGO_BUSY: { code: number; message: string; }; ERROR_ARANGO_MERGE_IN_PROGRESS: { code: number; message: string; }; ERROR_ARANGO_IO_ERROR: { code: number; message: string; }; ERROR_REPLICATION_NO_RESPONSE: { code: number; message: string; }; ERROR_REPLICATION_INVALID_RESPONSE: { code: number; message: string; }; ERROR_REPLICATION_LEADER_ERROR: { code: number; message: string; }; ERROR_REPLICATION_LEADER_INCOMPATIBLE: { code: number; message: string; }; ERROR_REPLICATION_LEADER_CHANGE: { code: number; message: string; }; ERROR_REPLICATION_LOOP: { code: number; message: string; }; ERROR_REPLICATION_UNEXPECTED_MARKER: { code: number; message: string; }; ERROR_REPLICATION_INVALID_APPLIER_STATE: { code: number; message: string; }; ERROR_REPLICATION_UNEXPECTED_TRANSACTION: { code: number; message: string; }; ERROR_REPLICATION_SHARD_SYNC_ATTEMPT_TIMEOUT_EXCEEDED: { code: number; message: string; }; ERROR_REPLICATION_INVALID_APPLIER_CONFIGURATION: { code: number; message: string; }; ERROR_REPLICATION_RUNNING: { code: number; message: string; }; ERROR_REPLICATION_APPLIER_STOPPED: { code: number; message: string; }; ERROR_REPLICATION_NO_START_TICK: { code: number; message: string; }; ERROR_REPLICATION_START_TICK_NOT_PRESENT: { code: number; message: string; }; ERROR_REPLICATION_WRONG_CHECKSUM: { code: number; message: string; }; ERROR_REPLICATION_SHARD_NONEMPTY: { code: number; message: string; }; ERROR_REPLICATION_REPLICATED_LOG_NOT_FOUND: { code: number; message: string; }; ERROR_REPLICATION_REPLICATED_LOG_NOT_THE_LEADER: { code: number; message: string; }; ERROR_REPLICATION_REPLICATED_LOG_NOT_A_FOLLOWER: { code: number; message: string; }; ERROR_REPLICATION_REPLICATED_LOG_APPEND_ENTRIES_REJECTED: { code: number; message: string; }; ERROR_REPLICATION_REPLICATED_LOG_LEADER_RESIGNED: { code: number; message: string; }; ERROR_REPLICATION_REPLICATED_LOG_FOLLOWER_RESIGNED: { code: number; message: string; }; ERROR_REPLICATION_REPLICATED_LOG_PARTICIPANT_GONE: { code: number; message: string; }; ERROR_REPLICATION_REPLICATED_LOG_INVALID_TERM: { code: number; message: string; }; ERROR_REPLICATION_REPLICATED_LOG_UNCONFIGURED: { code: number; message: string; }; ERROR_REPLICATION_REPLICATED_STATE_NOT_FOUND: { code: number; message: string; }; ERROR_REPLICATION_REPLICATED_STATE_NOT_AVAILABLE: { code: number; message: string; }; ERROR_REPLICATION_WRITE_CONCERN_NOT_FULFILLED: { code: number; message: string; }; ERROR_REPLICATION_REPLICATED_LOG_SUBSEQUENT_FAULT: { code: number; message: string; }; ERROR_REPLICATION_REPLICATED_STATE_IMPLEMENTATION_NOT_FOUND: { code: number; message: string; }; ERROR_REPLICATION_REPLICATED_WAL_ERROR: { code: number; message: string; }; ERROR_REPLICATION_REPLICATED_WAL_INVALID_FILE: { code: number; message: string; }; ERROR_REPLICATION_REPLICATED_WAL_CORRUPT: { code: number; message: string; }; ERROR_CLUSTER_NOT_FOLLOWER: { code: number; message: string; }; ERROR_CLUSTER_FOLLOWER_TRANSACTION_COMMIT_PERFORMED: { code: number; message: string; }; ERROR_CLUSTER_CREATE_COLLECTION_PRECONDITION_FAILED: { code: number; message: string; }; ERROR_CLUSTER_SERVER_UNKNOWN: { code: number; message: string; }; ERROR_CLUSTER_TOO_MANY_SHARDS: { code: number; message: string; }; ERROR_CLUSTER_COULD_NOT_CREATE_COLLECTION_IN_PLAN: { code: number; message: string; }; ERROR_CLUSTER_COULD_NOT_CREATE_COLLECTION: { code: number; message: string; }; ERROR_CLUSTER_TIMEOUT: { code: number; message: string; }; ERROR_CLUSTER_COULD_NOT_REMOVE_COLLECTION_IN_PLAN: { code: number; message: string; }; ERROR_CLUSTER_COULD_NOT_CREATE_DATABASE_IN_PLAN: { code: number; message: string; }; ERROR_CLUSTER_COULD_NOT_CREATE_DATABASE: { code: number; message: string; }; ERROR_CLUSTER_COULD_NOT_REMOVE_DATABASE_IN_PLAN: { code: number; message: string; }; ERROR_CLUSTER_COULD_NOT_REMOVE_DATABASE_IN_CURRENT: { code: number; message: string; }; ERROR_CLUSTER_SHARD_GONE: { code: number; message: string; }; ERROR_CLUSTER_CONNECTION_LOST: { code: number; message: string; }; ERROR_CLUSTER_MUST_NOT_SPECIFY_KEY: { code: number; message: string; }; ERROR_CLUSTER_GOT_CONTRADICTING_ANSWERS: { code: number; message: string; }; ERROR_CLUSTER_NOT_ALL_SHARDING_ATTRIBUTES_GIVEN: { code: number; message: string; }; ERROR_CLUSTER_MUST_NOT_CHANGE_SHARDING_ATTRIBUTES: { code: number; message: string; }; ERROR_CLUSTER_UNSUPPORTED: { code: number; message: string; }; ERROR_CLUSTER_ONLY_ON_COORDINATOR: { code: number; message: string; }; ERROR_CLUSTER_READING_PLAN_AGENCY: { code: number; message: string; }; ERROR_CLUSTER_AQL_COMMUNICATION: { code: number; message: string; }; ERROR_CLUSTER_ONLY_ON_DBSERVER: { code: number; message: string; }; ERROR_CLUSTER_BACKEND_UNAVAILABLE: { code: number; message: string; }; ERROR_CLUSTER_AQL_COLLECTION_OUT_OF_SYNC: { code: number; message: string; }; ERROR_CLUSTER_COULD_NOT_CREATE_INDEX_IN_PLAN: { code: number; message: string; }; ERROR_CLUSTER_COULD_NOT_DROP_INDEX_IN_PLAN: { code: number; message: string; }; ERROR_CLUSTER_CHAIN_OF_DISTRIBUTESHARDSLIKE: { code: number; message: string; }; ERROR_CLUSTER_MUST_NOT_DROP_COLL_OTHER_DISTRIBUTESHARDSLIKE: { code: number; message: string; }; ERROR_CLUSTER_UNKNOWN_DISTRIBUTESHARDSLIKE: { code: number; message: string; }; ERROR_CLUSTER_INSUFFICIENT_DBSERVERS: { code: number; message: string; }; ERROR_CLUSTER_COULD_NOT_DROP_FOLLOWER: { code: number; message: string; }; ERROR_CLUSTER_SHARD_LEADER_REFUSES_REPLICATION: { code: number; message: string; }; ERROR_CLUSTER_SHARD_FOLLOWER_REFUSES_OPERATION: { code: number; message: string; }; ERROR_CLUSTER_SHARD_LEADER_RESIGNED: { code: number; message: string; }; ERROR_CLUSTER_AGENCY_COMMUNICATION_FAILED: { code: number; message: string; }; ERROR_CLUSTER_LEADERSHIP_CHALLENGE_ONGOING: { code: number; message: string; }; ERROR_CLUSTER_NOT_LEADER: { code: number; message: string; }; ERROR_CLUSTER_COULD_NOT_CREATE_VIEW_IN_PLAN: { code: number; message: string; }; ERROR_CLUSTER_VIEW_ID_EXISTS: { code: number; message: string; }; ERROR_CLUSTER_COULD_NOT_DROP_COLLECTION: { code: number; message: string; }; ERROR_QUERY_KILLED: { code: number; message: string; }; ERROR_QUERY_PARSE: { code: number; message: string; }; ERROR_QUERY_EMPTY: { code: number; message: string; }; ERROR_QUERY_SCRIPT: { code: number; message: string; }; ERROR_QUERY_NUMBER_OUT_OF_RANGE: { code: number; message: string; }; ERROR_QUERY_INVALID_GEO_VALUE: { code: number; message: string; }; ERROR_QUERY_VARIABLE_NAME_INVALID: { code: number; message: string; }; ERROR_QUERY_VARIABLE_REDECLARED: { code: number; message: string; }; ERROR_QUERY_VARIABLE_NAME_UNKNOWN: { code: number; message: string; }; ERROR_QUERY_COLLECTION_LOCK_FAILED: { code: number; message: string; }; ERROR_QUERY_TOO_MANY_COLLECTIONS: { code: number; message: string; }; ERROR_QUERY_TOO_MUCH_NESTING: { code: number; message: string; }; ERROR_QUERY_INVALID_OPTIONS_ATTRIBUTE: { code: number; message: string; }; ERROR_QUERY_FUNCTION_NAME_UNKNOWN: { code: number; message: string; }; ERROR_QUERY_FUNCTION_ARGUMENT_NUMBER_MISMATCH: { code: number; message: string; }; ERROR_QUERY_FUNCTION_ARGUMENT_TYPE_MISMATCH: { code: number; message: string; }; ERROR_QUERY_INVALID_REGEX: { code: number; message: string; }; ERROR_QUERY_BIND_PARAMETERS_INVALID: { code: number; message: string; }; ERROR_QUERY_BIND_PARAMETER_MISSING: { code: number; message: string; }; ERROR_QUERY_BIND_PARAMETER_UNDECLARED: { code: number; message: string; }; ERROR_QUERY_BIND_PARAMETER_TYPE: { code: number; message: string; }; ERROR_QUERY_INVALID_ARITHMETIC_VALUE: { code: number; message: string; }; ERROR_QUERY_DIVISION_BY_ZERO: { code: number; message: string; }; ERROR_QUERY_ARRAY_EXPECTED: { code: number; message: string; }; ERROR_QUERY_COLLECTION_USED_IN_EXPRESSION: { code: number; message: string; }; ERROR_QUERY_FAIL_CALLED: { code: number; message: string; }; ERROR_QUERY_GEO_INDEX_MISSING: { code: number; message: string; }; ERROR_QUERY_FULLTEXT_INDEX_MISSING: { code: number; message: string; }; ERROR_QUERY_INVALID_DATE_VALUE: { code: number; message: string; }; ERROR_QUERY_MULTI_MODIFY: { code: number; message: string; }; ERROR_QUERY_INVALID_AGGREGATE_EXPRESSION: { code: number; message: string; }; ERROR_QUERY_COMPILE_TIME_OPTIONS: { code: number; message: string; }; ERROR_QUERY_DNF_COMPLEXITY: { code: number; message: string; }; ERROR_QUERY_FORCED_INDEX_HINT_UNUSABLE: { code: number; message: string; }; ERROR_QUERY_DISALLOWED_DYNAMIC_CALL: { code: number; message: string; }; ERROR_QUERY_ACCESS_AFTER_MODIFICATION: { code: number; message: string; }; ERROR_QUERY_FUNCTION_INVALID_NAME: { code: number; message: string; }; ERROR_QUERY_FUNCTION_INVALID_CODE: { code: number; message: string; }; ERROR_QUERY_FUNCTION_NOT_FOUND: { code: number; message: string; }; ERROR_QUERY_FUNCTION_RUNTIME_ERROR: { code: number; message: string; }; ERROR_QUERY_BAD_JSON_PLAN: { code: number; message: string; }; ERROR_QUERY_NOT_FOUND: { code: number; message: string; }; ERROR_QUERY_USER_ASSERT: { code: number; message: string; }; ERROR_QUERY_USER_WARN: { code: number; message: string; }; ERROR_QUERY_WINDOW_AFTER_MODIFICATION: { code: number; message: string; }; ERROR_CURSOR_NOT_FOUND: { code: number; message: string; }; ERROR_CURSOR_BUSY: { code: number; message: string; }; ERROR_VALIDATION_FAILED: { code: number; message: string; }; ERROR_VALIDATION_BAD_PARAMETER: { code: number; message: string; }; ERROR_TRANSACTION_INTERNAL: { code: number; message: string; }; ERROR_TRANSACTION_NESTED: { code: number; message: string; }; ERROR_TRANSACTION_UNREGISTERED_COLLECTION: { code: number; message: string; }; ERROR_TRANSACTION_DISALLOWED_OPERATION: { code: number; message: string; }; ERROR_TRANSACTION_ABORTED: { code: number; message: string; }; ERROR_TRANSACTION_NOT_FOUND: { code: number; message: string; }; ERROR_USER_INVALID_NAME: { code: number; message: string; }; ERROR_USER_DUPLICATE: { code: number; message: string; }; ERROR_USER_NOT_FOUND: { code: number; message: string; }; ERROR_USER_EXTERNAL: { code: number; message: string; }; ERROR_SERVICE_DOWNLOAD_FAILED: { code: number; message: string; }; ERROR_SERVICE_UPLOAD_FAILED: { code: number; message: string; }; ERROR_TASK_INVALID_ID: { code: number; message: string; }; ERROR_TASK_DUPLICATE_ID: { code: number; message: string; }; ERROR_TASK_NOT_FOUND: { code: number; message: string; }; ERROR_GRAPH_INVALID_GRAPH: { code: number; message: string; }; ERROR_GRAPH_INVALID_EDGE: { code: number; message: string; }; ERROR_GRAPH_INVALID_FILTER_RESULT: { code: number; message: string; }; ERROR_GRAPH_COLLECTION_MULTI_USE: { code: number; message: string; }; ERROR_GRAPH_COLLECTION_USE_IN_MULTI_GRAPHS: { code: number; message: string; }; ERROR_GRAPH_CREATE_MISSING_NAME: { code: number; message: string; }; ERROR_GRAPH_CREATE_MALFORMED_EDGE_DEFINITION: { code: number; message: string; }; ERROR_GRAPH_NOT_FOUND: { code: number; message: string; }; ERROR_GRAPH_DUPLICATE: { code: number; message: string; }; ERROR_GRAPH_VERTEX_COL_DOES_NOT_EXIST: { code: number; message: string; }; ERROR_GRAPH_WRONG_COLLECTION_TYPE_VERTEX: { code: number; message: string; }; ERROR_GRAPH_NOT_IN_ORPHAN_COLLECTION: { code: number; message: string; }; ERROR_GRAPH_COLLECTION_USED_IN_EDGE_DEF: { code: number; message: string; }; ERROR_GRAPH_EDGE_COLLECTION_NOT_USED: { code: number; message: string; }; ERROR_GRAPH_NO_GRAPH_COLLECTION: { code: number; message: string; }; ERROR_GRAPH_INVALID_NUMBER_OF_ARGUMENTS: { code: number; message: string; }; ERROR_GRAPH_INVALID_PARAMETER: { code: number; message: string; }; ERROR_GRAPH_COLLECTION_USED_IN_ORPHANS: { code: number; message: string; }; ERROR_GRAPH_EDGE_COL_DOES_NOT_EXIST: { code: number; message: string; }; ERROR_GRAPH_EMPTY: { code: number; message: string; }; ERROR_GRAPH_INTERNAL_DATA_CORRUPT: { code: number; message: string; }; ERROR_GRAPH_MUST_NOT_DROP_COLLECTION: { code: number; message: string; }; ERROR_GRAPH_CREATE_MALFORMED_ORPHAN_LIST: { code: number; message: string; }; ERROR_GRAPH_EDGE_DEFINITION_IS_DOCUMENT: { code: number; message: string; }; ERROR_GRAPH_COLLECTION_IS_INITIAL: { code: number; message: string; }; ERROR_GRAPH_NO_INITIAL_COLLECTION: { code: number; message: string; }; ERROR_GRAPH_REFERENCED_VERTEX_COLLECTION_NOT_PART_OF_THE_GRAPH: { code: number; message: string; }; ERROR_GRAPH_NEGATIVE_EDGE_WEIGHT: { code: number; message: string; }; ERROR_GRAPH_COLLECTION_NOT_PART_OF_THE_GRAPH: { code: number; message: string; }; ERROR_SESSION_UNKNOWN: { code: number; message: string; }; ERROR_SESSION_EXPIRED: { code: number; message: string; }; ERROR_SIMPLE_CLIENT_UNKNOWN_ERROR: { code: number; message: string; }; ERROR_SIMPLE_CLIENT_COULD_NOT_CONNECT: { code: number; message: string; }; ERROR_SIMPLE_CLIENT_COULD_NOT_WRITE: { code: number; message: string; }; ERROR_SIMPLE_CLIENT_COULD_NOT_READ: { code: number; message: string; }; ERROR_WAS_ERLAUBE: { code: number; message: string; }; ERROR_INTERNAL_AQL: { code: number; message: string; }; ERROR_MALFORMED_MANIFEST_FILE: { code: number; message: string; }; ERROR_INVALID_SERVICE_MANIFEST: { code: number; message: string; }; ERROR_SERVICE_FILES_MISSING: { code: number; message: string; }; ERROR_SERVICE_FILES_OUTDATED: { code: number; message: string; }; ERROR_INVALID_FOXX_OPTIONS: { code: number; message: string; }; ERROR_INVALID_MOUNTPOINT: { code: number; message: string; }; ERROR_SERVICE_NOT_FOUND: { code: number; message: string; }; ERROR_SERVICE_NEEDS_CONFIGURATION: { code: number; message: string; }; ERROR_SERVICE_MOUNTPOINT_CONFLICT: { code: number; message: string; }; ERROR_SERVICE_MANIFEST_NOT_FOUND: { code: number; message: string; }; ERROR_SERVICE_OPTIONS_MALFORMED: { code: number; message: string; }; ERROR_SERVICE_SOURCE_NOT_FOUND: { code: number; message: string; }; ERROR_SERVICE_SOURCE_ERROR: { code: number; message: string; }; ERROR_SERVICE_UNKNOWN_SCRIPT: { code: number; message: string; }; ERROR_SERVICE_API_DISABLED: { code: number; message: string; }; ERROR_MODULE_NOT_FOUND: { code: number; message: string; }; ERROR_MODULE_SYNTAX_ERROR: { code: number; message: string; }; ERROR_MODULE_FAILURE: { code: number; message: string; }; ERROR_NO_SMART_COLLECTION: { code: number; message: string; }; ERROR_NO_SMART_GRAPH_ATTRIBUTE: { code: number; message: string; }; ERROR_CANNOT_DROP_SMART_COLLECTION: { code: number; message: string; }; ERROR_KEY_MUST_BE_PREFIXED_WITH_SMART_GRAPH_ATTRIBUTE: { code: number; message: string; }; ERROR_ILLEGAL_SMART_GRAPH_ATTRIBUTE: { code: number; message: string; }; ERROR_SMART_GRAPH_ATTRIBUTE_MISMATCH: { code: number; message: string; }; ERROR_INVALID_SMART_JOIN_ATTRIBUTE: { code: number; message: string; }; ERROR_KEY_MUST_BE_PREFIXED_WITH_SMART_JOIN_ATTRIBUTE: { code: number; message: string; }; ERROR_NO_SMART_JOIN_ATTRIBUTE: { code: number; message: string; }; ERROR_CLUSTER_MUST_NOT_CHANGE_SMART_JOIN_ATTRIBUTE: { code: number; message: string; }; ERROR_INVALID_DISJOINT_SMART_EDGE: { code: number; message: string; }; ERROR_UNSUPPORTED_CHANGE_IN_SMART_TO_SATELLITE_DISJOINT_EDGE_DIRECTION: { code: number; message: string; }; ERROR_AGENCY_MALFORMED_GOSSIP_MESSAGE: { code: number; message: string; }; ERROR_AGENCY_MALFORMED_INQUIRE_REQUEST: { code: number; message: string; }; ERROR_AGENCY_INFORM_MUST_BE_OBJECT: { code: number; message: string; }; ERROR_AGENCY_INFORM_MUST_CONTAIN_TERM: { code: number; message: string; }; ERROR_AGENCY_INFORM_MUST_CONTAIN_ID: { code: number; message: string; }; ERROR_AGENCY_INFORM_MUST_CONTAIN_ACTIVE: { code: number; message: string; }; ERROR_AGENCY_INFORM_MUST_CONTAIN_POOL: { code: number; message: string; }; ERROR_AGENCY_INFORM_MUST_CONTAIN_MIN_PING: { code: number; message: string; }; ERROR_AGENCY_INFORM_MUST_CONTAIN_MAX_PING: { code: number; message: string; }; ERROR_AGENCY_INFORM_MUST_CONTAIN_TIMEOUT_MULT: { code: number; message: string; }; ERROR_AGENCY_CANNOT_REBUILD_DBS: { code: number; message: string; }; ERROR_AGENCY_MALFORMED_TRANSACTION: { code: number; message: string; }; ERROR_SUPERVISION_GENERAL_FAILURE: { code: number; message: string; }; ERROR_QUEUE_FULL: { code: number; message: string; }; ERROR_QUEUE_TIME_REQUIREMENT_VIOLATED: { code: number; message: string; }; ERROR_TOO_MANY_DETACHED_THREADS: { code: number; message: string; }; ERROR_ACTION_UNFINISHED: { code: number; message: string; }; ERROR_HOT_BACKUP_INTERNAL: { code: number; message: string; }; ERROR_HOT_RESTORE_INTERNAL: { code: number; message: string; }; ERROR_BACKUP_TOPOLOGY: { code: number; message: string; }; ERROR_NO_SPACE_LEFT_ON_DEVICE: { code: number; message: string; }; ERROR_FAILED_TO_UPLOAD_BACKUP: { code: number; message: string; }; ERROR_FAILED_TO_DOWNLOAD_BACKUP: { code: number; message: string; }; ERROR_NO_SUCH_HOT_BACKUP: { code: number; message: string; }; ERROR_REMOTE_REPOSITORY_CONFIG_BAD: { code: number; message: string; }; ERROR_LOCAL_LOCK_FAILED: { code: number; message: string; }; ERROR_LOCAL_LOCK_RETRY: { code: number; message: string; }; ERROR_HOT_BACKUP_CONFLICT: { code: number; message: string; }; ERROR_HOT_BACKUP_DBSERVERS_AWOL: { code: number; message: string; }; ERROR_CLUSTER_COULD_NOT_MODIFY_ANALYZERS_IN_PLAN: { code: number; message: string; }; ERROR_LICENSE_EXPIRED_OR_INVALID: { code: number; message: string; }; ERROR_LICENSE_SIGNATURE_VERIFICATION: { code: number; message: string; }; ERROR_LICENSE_NON_MATCHING_ID: { code: number; message: string; }; ERROR_LICENSE_FEATURE_NOT_ENABLED: { code: number; message: string; }; ERROR_LICENSE_RESOURCE_EXHAUSTED: { code: number; message: string; }; ERROR_LICENSE_INVALID: { code: number; message: string; }; ERROR_LICENSE_CONFLICT: { code: number; message: string; }; ERROR_LICENSE_VALIDATION_FAILED: { code: number; message: string; }; ERROR_ARANGO_COLLECTION_NOT_FOUND: { code: number; message: string; }; }; export type ErrorType = keyof typeof errors; export declare function fromCode(code: number): ErrorType; //# sourceMappingURL=errors.d.ts.map