object ArangoErrorNum
- Alphabetic
- By Inheritance
- ArangoErrorNum
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
val
ACTION_OPERATION_UNABORTABLE: Long
This maintenance action cannot be stopped once it is started
-
val
ACTION_UNFINISHED: Long
This maintenance action is still processing
-
val
AGENCY_CANNOT_REBUILD_DBS: Long
Will be raised if the readDB or the spearHead cannot be rebuilt from the replicated log.
-
val
AGENCY_INFORM_MUST_BE_OBJECT: Long
The inform message in the Agency must be an object.
-
val
AGENCY_INFORM_MUST_CONTAIN_ACTIVE: Long
The inform message in the Agency must contain an array 'active'.
-
val
AGENCY_INFORM_MUST_CONTAIN_ID: Long
The inform message in the Agency must contain a string parameter 'id'.
-
val
AGENCY_INFORM_MUST_CONTAIN_MAX_PING: Long
The inform message in the Agency must contain an object 'max ping'.
-
val
AGENCY_INFORM_MUST_CONTAIN_MIN_PING: Long
The inform message in the Agency must contain an object 'min ping'.
-
val
AGENCY_INFORM_MUST_CONTAIN_POOL: Long
The inform message in the Agency must contain an object 'pool'.
-
val
AGENCY_INFORM_MUST_CONTAIN_TERM: Long
The inform message in the Agency must contain a uint parameter 'term'.
-
val
AGENCY_INFORM_MUST_CONTAIN_TIMEOUT_MULT: Long
The inform message in the Agency must contain an object 'timeoutMult'.
-
val
AGENCY_MALFORMED_GOSSIP_MESSAGE: Long
Malformed gossip message.
-
val
AGENCY_MALFORMED_INQUIRE_REQUEST: Long
Malformed inquire request.
-
val
AGENCY_MALFORMED_TRANSACTION: Long
Malformed agency transaction.
-
val
AIR_EXECUTION_ERROR: Long
During the execution of an AIR program an error occurred
-
val
ARANGO_ATTRIBUTE_PARSER_FAILED: Long
Will be raised when parsing an attribute name definition failed.
-
val
ARANGO_BUSY: Long
Will be raised when storage engine is busy.
-
val
ARANGO_COLLECTION_DIRECTORY_ALREADY_EXISTS: Long
Will be raised when the collection cannot be created because a directory of the same name already exists.
-
val
ARANGO_COLLECTION_NOT_LOADED: Long
Will be raised when a collection is accessed that is not yet loaded.
-
val
ARANGO_COLLECTION_NOT_UNLOADED: Long
Will be raised when a collection should be unloaded, but has a different status.
-
val
ARANGO_COLLECTION_PARAMETER_MISSING: Long
Will be raised when the collection parameter is missing.
-
val
ARANGO_COLLECTION_TYPE_INVALID: Long
Will be raised when an invalid collection type is used in a request.
-
val
ARANGO_COLLECTION_TYPE_MISMATCH: Long
Will be raised when a collection has a different type from what has been expected.
-
val
ARANGO_CONFLICT: Long
Will be raised when updating or deleting a document and a conflict has been detected.
-
val
ARANGO_CORRUPTED_COLLECTION: Long
Will be raised when a collection contains one or more corrupted data files.
-
val
ARANGO_CORRUPTED_DATAFILE: Long
Will be raised when a corruption is detected in a datafile.
-
val
ARANGO_CROSS_COLLECTION_REQUEST: Long
Will be raised when a cross-collection is requested.
-
val
ARANGO_DATABASE_NAME_INVALID: Long
Will be raised when an invalid database name is used.
-
val
ARANGO_DATABASE_NOT_FOUND: Long
Will be raised when a non-existing database is accessed.
-
val
ARANGO_DATADIR_INVALID: Long
Will be raised when a non-existing database directory was specified when starting the database.
-
val
ARANGO_DATADIR_LOCKED: Long
Will be raised when the database directory is locked by a different process.
-
val
ARANGO_DATADIR_NOT_WRITABLE: Long
Will be raised when the server's database directory is not writable for the current user.
-
val
ARANGO_DATADIR_UNLOCKABLE: Long
Will be raised when the server cannot lock the database directory on startup.
-
val
ARANGO_DATAFILE_ALREADY_EXISTS: Long
Will be raised when the datafile cannot be created or renamed because a file of the same name already exists.
-
val
ARANGO_DATAFILE_EMPTY: Long
Internal error that will be raised when a datafile is empty.
-
val
ARANGO_DATAFILE_FULL: Long
Will be raised when the datafile reaches its limit.
-
val
ARANGO_DATAFILE_SEALED: Long
Internal error that will be raised when trying to write to a datafile.
-
val
ARANGO_DATAFILE_STATISTICS_NOT_FOUND: Long
Will be raised when a required datafile statistics object was not found.
-
val
ARANGO_DATAFILE_UNREADABLE: Long
Internal error that will be raised when a datafile is unreadable.
-
val
ARANGO_DATA_SOURCE_NOT_FOUND: Long
Will be raised when a collection or View with the given identifier or name is unknown.
-
val
ARANGO_DOCUMENT_HANDLE_BAD: Long
Will be raised when a document identifier is corrupt.
-
val
ARANGO_DOCUMENT_KEY_BAD: Long
Will be raised when a document key is corrupt.
-
val
ARANGO_DOCUMENT_KEY_MISSING: Long
Will be raised when a document key is missing.
-
val
ARANGO_DOCUMENT_KEY_UNEXPECTED: Long
Will be raised when a user-defined document key is supplied for collections with auto key generation.
-
val
ARANGO_DOCUMENT_NOT_FOUND: Long
Will be raised when a document with a given identifier is unknown.
-
val
ARANGO_DOCUMENT_REV_BAD: Long
Will be raised when a document revision is corrupt or is missing where needed.
-
val
ARANGO_DOCUMENT_TOO_LARGE: Long
Will be raised when the document cannot fit into any datafile because of it is too large.
-
val
ARANGO_DOCUMENT_TYPE_INVALID: Long
Will be raised when there is an attempt to create a document with an invalid type.
-
val
ARANGO_DUPLICATE_IDENTIFIER: Long
Internal error that will be raised when a identifier duplicate is detected.
-
val
ARANGO_DUPLICATE_NAME: Long
Will be raised when a name duplicate is detected.
-
val
ARANGO_EMPTY_DATADIR: Long
Will be raised when encountering an empty server database directory.
-
val
ARANGO_FILESYSTEM_FULL: Long
Will be raised when the filesystem is full.
-
val
ARANGO_ICU_ERROR: Long
will be raised if icu operations failed
-
val
ARANGO_ILLEGAL_NAME: Long
Will be raised when an illegal name is detected.
-
val
ARANGO_ILLEGAL_PARAMETER_FILE: Long
Will be raised if a parameter file is corrupted or cannot be read.
-
val
ARANGO_ILLEGAL_STATE: Long
Internal error that will be raised when the datafile is not in the required state.
-
val
ARANGO_INCOMPLETE_READ: Long
Will be raised by the storage engine when a read cannot be completed.
-
val
ARANGO_INDEX_CREATION_FAILED: Long
Will be raised when an attempt to create an index has failed.
-
val
ARANGO_INDEX_HANDLE_BAD: Long
Will be raised when a index identifier is corrupt.
-
val
ARANGO_INDEX_NOT_FOUND: Long
Will be raised when an index with a given identifier is unknown.
-
val
ARANGO_INVALID_EDGE_ATTRIBUTE: Long
will be raised when the _from or _to values of an edge are undefined or contain an invalid value.
-
val
ARANGO_INVALID_KEY_GENERATOR: Long
Will be raised when an invalid key generator description is used.
-
val
ARANGO_IO_ERROR: Long
Will be raised when storage engine encounters an I/O error.
-
val
ARANGO_MAXIMAL_SIZE_TOO_SMALL: Long
Will be raised when the maximal size of the journal is too small.
-
val
ARANGO_MERGE_IN_PROGRESS: Long
Will be raised when storage engine has a datafile merge in progress and cannot complete the operation.
-
val
ARANGO_MMAP_FAILED: Long
Will be raised when the system call mmap failed.
-
val
ARANGO_MSYNC_FAILED: Long
Will be raised when the system call msync failed.
-
val
ARANGO_NO_INDEX: Long
Will be raised when no suitable index for the query is known.
-
val
ARANGO_NO_JOURNAL: Long
Will be raised when a journal cannot be created.
-
val
ARANGO_OUT_OF_KEYS: Long
Will be raised when a key generator runs out of keys.
-
val
ARANGO_READ_ONLY: Long
Internal error that will be raised when trying to write to a read-only datafile or collection.
-
val
ARANGO_RECOVERY: Long
Will be raised when an error occurred during WAL log file recovery.
-
val
ARANGO_SYNC_TIMEOUT: Long
Will be raised when the server waited too long for a datafile to be synced to disk.
-
val
ARANGO_TRY_AGAIN: Long
Will be raised when an operation should be retried.
-
val
ARANGO_UNIQUE_CONSTRAINT_VIOLATED: Long
Will be raised when there is a unique constraint violation.
-
val
ARANGO_USE_SYSTEM_DATABASE: Long
Will be raised when an operation is requested in a database other than the system database.
-
val
ARANGO_WRITE_THROTTLE_TIMEOUT: Long
Will be raised when the server is write-throttled and a write operation has waited too long for the server to process queued operations.
-
val
BACKUP_TOPOLOGY: Long
The hot backup set cannot be restored on non matching cluster topology
-
val
BAD_PARAMETER: Long
Will be raised when the parameter does not fulfill the requirements.
-
val
CANNOT_CREATE_DIRECTORY: Long
Will be raised when an attempt to create a directory fails.
-
val
CANNOT_CREATE_TEMP_FILE: Long
Will be raised when an attempt to create a temporary file fails.
-
val
CANNOT_DROP_SMART_COLLECTION: Long
This smart collection cannot be dropped, it dictates sharding in the graph.
-
val
CANNOT_OVERWRITE_FILE: Long
Will be raised when an attempt is made to overwrite an existing file.
-
val
CANNOT_READ_FILE: Long
Will be raised when a file cannot be read.
-
val
CANNOT_WRITE_FILE: Long
Will be raised when a file cannot be written.
-
val
CLUSTER_AGENCY_COMMUNICATION_FAILED: Long
Will be raised if after various retries an Agency operation could not be performed successfully.
-
val
CLUSTER_AQL_COLLECTION_OUT_OF_SYNC: Long
Will be raised if a collection needed during query execution is out of sync.
Will be raised if a collection needed during query execution is out of sync. This currently can only happen when using SatelliteCollections
-
val
CLUSTER_AQL_COMMUNICATION: Long
Will be raised if the internal communication of the cluster for AQL produces an error.
-
val
CLUSTER_BACKEND_UNAVAILABLE: Long
Will be raised if a required DB-Server can't be reached.
-
val
CLUSTER_CHAIN_OF_DISTRIBUTESHARDSLIKE: Long
Will be raised if one tries to create a collection with a distributeShardsLike attribute which points to another collection that also has one.
-
val
CLUSTER_CONNECTION_LOST: Long
Will be raised when a Coordinator in a cluster loses an HTTP connection to a DB-Server in the cluster whilst transferring data.
-
val
CLUSTER_COULD_NOT_CREATE_COLLECTION: Long
Will be raised when a Coordinator in a cluster notices that some DB-Servers report problems when creating shards for a new collection.
-
val
CLUSTER_COULD_NOT_CREATE_COLLECTION_IN_PLAN: Long
Will be raised when a Coordinator in a cluster cannot create an entry for a new collection in the Plan hierarchy in the Agency.
-
val
CLUSTER_COULD_NOT_CREATE_DATABASE: Long
Will be raised when a Coordinator in a cluster notices that some DB-Servers report problems when creating databases for a new cluster wide database.
-
val
CLUSTER_COULD_NOT_CREATE_DATABASE_IN_PLAN: Long
Will be raised when a Coordinator in a cluster cannot create an entry for a new database in the Plan hierarchy in the Agency.
-
val
CLUSTER_COULD_NOT_CREATE_INDEX_IN_PLAN: Long
Will be raised when a Coordinator in a cluster cannot create an entry for a new index in the Plan hierarchy in the Agency.
-
val
CLUSTER_COULD_NOT_CREATE_VIEW_IN_PLAN: Long
Will be raised when a Coordinator in a cluster cannot create an entry for a new View in the Plan hierarchy in the Agency.
-
val
CLUSTER_COULD_NOT_DROP_COLLECTION: Long
Will be raised when a Coordinator in a cluster cannot drop a collection entry in the Plan hierarchy in the Agency.
-
val
CLUSTER_COULD_NOT_DROP_FOLLOWER: Long
Will be raised if a follower that ought to be dropped could not be dropped in the Agency (under Current).
-
val
CLUSTER_COULD_NOT_DROP_INDEX_IN_PLAN: Long
Will be raised when a Coordinator in a cluster cannot remove an index from the Plan hierarchy in the Agency.
-
val
CLUSTER_COULD_NOT_MODIFY_ANALYZERS_IN_PLAN: Long
Plan could not be modified while creating or deleting Analyzers revision
-
val
CLUSTER_COULD_NOT_REMOVE_COLLECTION_IN_PLAN: Long
Will be raised when a Coordinator in a cluster cannot remove an entry for a collection in the Plan hierarchy in the Agency.
-
val
CLUSTER_COULD_NOT_REMOVE_DATABASE_IN_CURRENT: Long
Will be raised when a Coordinator in a cluster cannot remove an entry for a database in the Current hierarchy in the Agency.
-
val
CLUSTER_COULD_NOT_REMOVE_DATABASE_IN_PLAN: Long
Will be raised when a Coordinator in a cluster cannot remove an entry for a database in the Plan hierarchy in the Agency.
-
val
CLUSTER_COULD_NOT_TRUNCATE_COLLECTION: Long
Will be raised if a Coordinator cannot truncate all shards of a cluster collection.
-
val
CLUSTER_CREATE_COLLECTION_PRECONDITION_FAILED: Long
Will be raised when updating the plan on collection creation failed.
-
val
CLUSTER_FOLLOWER_TRANSACTION_COMMIT_PERFORMED: Long
Will be raised when a follower transaction has already performed an intermediate commit and must be rolled back.
-
val
CLUSTER_GOT_CONTRADICTING_ANSWERS: Long
Will be raised if a Coordinator in a cluster gets conflicting results from different shards, which should never happen.
-
val
CLUSTER_INSUFFICIENT_DBSERVERS: Long
Will be raised if one tries to create a collection with a replicationFactor greater than the available number of DB-Servers.
-
val
CLUSTER_LEADERSHIP_CHALLENGE_ONGOING: Long
Will be raised when servers are currently competing for leadership, and the result is still unknown.
-
val
CLUSTER_MUST_NOT_CHANGE_SHARDING_ATTRIBUTES: Long
Will be raised if there is an attempt to update the value of a shard attribute.
-
val
CLUSTER_MUST_NOT_CHANGE_SMART_JOIN_ATTRIBUTE: Long
Will be raised if there is an attempt to update the value of the smartJoinAttribute.
-
val
CLUSTER_MUST_NOT_DROP_COLL_OTHER_DISTRIBUTESHARDSLIKE: Long
Will be raised if one tries to drop a collection to which another collection points with its distributeShardsLike attribute.
-
val
CLUSTER_MUST_NOT_SPECIFY_KEY: Long
Will be raised when a Coordinator in a cluster finds that the _key attribute was specified in a sharded collection the uses not only _key as sharding attribute.
-
val
CLUSTER_NOT_ALL_SHARDING_ATTRIBUTES_GIVEN: Long
Will be raised if a Coordinator tries to find out which shard is responsible for a partial document, but cannot do this because not all sharding attributes are specified.
-
val
CLUSTER_NOT_LEADER: Long
Will be raised when an operation is sent to a non-leading server.
-
val
CLUSTER_ONLY_ON_COORDINATOR: Long
Will be raised if there is an attempt to run a Coordinator-only operation on a different type of node.
-
val
CLUSTER_ONLY_ON_DBSERVER: Long
Will be raised if there is an attempt to run a DB-Server-only operation on a different type of node.
-
val
CLUSTER_READING_PLAN_AGENCY: Long
Will be raised if a Coordinator or DB-Server cannot read the Plan in the Agency.
-
val
CLUSTER_REPAIRS_FAILED: Long
General error during cluster repairs
-
val
CLUSTER_REPAIRS_INCONSISTENT_ATTRIBUTES: Long
Will be raised if a collection that is fixed does (not) have distributeShardsLike when it is expected, or does (not) have repairingDistributeShardsLike when it is expected
-
val
CLUSTER_REPAIRS_JOB_DISAPPEARED: Long
Will be raised if a move shard job in the Agency cannot be found anymore before it finished
-
val
CLUSTER_REPAIRS_JOB_FAILED: Long
Will be raised if a move shard job in the Agency failed during cluster repairs
-
val
CLUSTER_REPAIRS_MISMATCHING_FOLLOWERS: Long
Will be raised if a shard in collection and its prototype in the corresponding distributeShardsLike collection don't have the same followers (when they should already have been adjusted)
-
val
CLUSTER_REPAIRS_MISMATCHING_LEADERS: Long
Will be raised if a shard in collection and its prototype in the corresponding distributeShardsLike collection have mismatching leaders (when they should already have been fixed)
-
val
CLUSTER_REPAIRS_MISMATCHING_SHARDS: Long
Will be raised if in a collection and its distributeShardsLike prototype collection some shard and its prototype have an unequal number of DB-Servers
-
val
CLUSTER_REPAIRS_NOT_ENOUGH_HEALTHY: Long
Will be raised when, during repairDistributeShardsLike, there must be a free DB-Server to move a shard, but there is no candidate or none is healthy.
-
val
CLUSTER_REPAIRS_NO_DBSERVERS: Long
Will be raised if a collection that is fixed has some shard without DB-Servers
-
val
CLUSTER_REPAIRS_OPERATION_FAILED: Long
Will be raised if an agency transaction failed during either sending or executing it.
-
val
CLUSTER_REPAIRS_REPLICATION_FACTOR_VIOLATED: Long
Will be raised on various inconsistencies regarding the replication factor
-
val
CLUSTER_SERVER_UNKNOWN: Long
Will be raised on some occasions when one server gets a request from another, which has not (yet?) been made known via the Agency.
-
val
CLUSTER_SHARD_FOLLOWER_REFUSES_OPERATION: Long
Will be raised if a non-replication operation is refused by a shard follower.
-
val
CLUSTER_SHARD_GONE: Long
Will be raised when a Coordinator in a cluster cannot determine the shard that is responsible for a given document.
-
val
CLUSTER_SHARD_LEADER_REFUSES_REPLICATION: Long
Will be raised if a replication operation is refused by a shard leader.
-
val
CLUSTER_SHARD_LEADER_RESIGNED: Long
Will be raised if a non-replication operation is refused by a former shard leader that has found out that it is no longer the leader.
-
val
CLUSTER_TIMEOUT: Long
Will be raised when a Coordinator in a cluster runs into a timeout for some cluster wide operation.
-
val
CLUSTER_TOO_MANY_SHARDS: Long
Will be raised when the number of shards for a collection is higher than allowed.
-
val
CLUSTER_UNKNOWN_DISTRIBUTESHARDSLIKE: Long
Will be raised if one tries to create a collection which points to an unknown collection in its distributeShardsLike attribute.
-
val
CLUSTER_UNSUPPORTED: Long
Will be raised when there is an attempt to carry out an operation that is not supported in the context of a sharded collection.
-
val
CLUSTER_VIEW_ID_EXISTS: Long
Will be raised when a Coordinator in a cluster tries to create a View and the View ID already exists.
-
val
CORRUPTED_CSV: Long
Will be raised when encountering a corrupt csv line.
-
val
CURSOR_BUSY: Long
Will be raised when a cursor is requested via its id but a concurrent request is still using the cursor.
-
val
CURSOR_NOT_FOUND: Long
Will be raised when a cursor is requested via its id but a cursor with that id cannot be found.
-
val
DEADLOCK: Long
Will be raised when a deadlock is detected when accessing collections.
-
val
DEAD_PID: Long
Will be raised when a PID without a living process was found.
-
val
DEBUG: Long
Will be raised intentionally during debugging.
-
val
DISABLED: Long
Will be raised when a requested resource is not enabled.
-
val
FAILED: Long
Will be raised when a general error occurred.
-
val
FAILED_TO_DOWNLOAD_BACKUP: Long
Failed to download hot backup set from remote source
-
val
FAILED_TO_UPLOAD_BACKUP: Long
Failed to upload hot backup set to remote target
-
val
FILE_EXISTS: Long
Will be raised when a file already exists.
-
val
FILE_NOT_FOUND: Long
Will be raised when a file is not found.
-
val
FORBIDDEN: Long
Will be raised when you are missing permission for the operation.
-
val
GRAPH_COLLECTION_IS_INITIAL: Long
the collection is used as the initial collection of this graph and is not allowed to be removed manually.
-
val
GRAPH_CREATE_MALFORMED_ORPHAN_LIST: Long
the orphan list argument is malformed.
the orphan list argument is malformed. It has to be an array of strings.
-
val
GRAPH_EDGE_DEFINITION_IS_DOCUMENT: Long
the collection used as a relation is existing, but is a document collection, it cannot be used here.
-
val
GRAPH_EMPTY: Long
The requested graph has no edge collections.
-
val
GRAPH_INTERNAL_DATA_CORRUPT: Long
The _graphs collection contains invalid data.
-
val
GRAPH_INVALID_EDGE: Long
Will be raised when an invalid edge id is passed to the server.
-
val
GRAPH_INVALID_FILTER_RESULT: Long
Will be raised when an invalid filter result is returned in a graph traversal.
-
val
GRAPH_INVALID_GRAPH: Long
Will be raised when an invalid name is passed to the server.
-
val
GRAPH_NO_INITIAL_COLLECTION: Long
during the graph creation process no collection could be selected as the needed initial collection.
during the graph creation process no collection could be selected as the needed initial collection. Happens if a distributeShardsLike or replicationFactor mismatch was found.
-
val
GRAPH_REFERENCED_VERTEX_COLLECTION_NOT_USED: Long
the _from or _to collection specified for the edge refers to a vertex collection which is not used in any edge definition of the graph.
-
val
GRAPH_TOO_MANY_ITERATIONS: Long
Will be raised when too many iterations are done in a graph traversal.
-
val
HOT_BACKUP_CONFLICT: Long
Conflict of multiple hot backup processes.
-
val
HOT_BACKUP_DBSERVERS_AWOL: Long
One or more DB-Servers could not be reached for hot backup inquiry
-
val
HOT_BACKUP_INTERNAL: Long
Failed to create hot backup set
-
val
HOT_RESTORE_INTERNAL: Long
Failed to restore to hot backup set
-
val
HTTP_BAD_PARAMETER: Long
Will be raised when the HTTP request does not fulfill the requirements.
-
val
HTTP_CONFLICT: Long
Will be raised when a conflict occurs in an HTTP operation.
-
val
HTTP_CORRUPTED_JSON: Long
Will be raised when a string representation of a JSON object is corrupt.
-
val
HTTP_FORBIDDEN: Long
Will be raised when the operation is forbidden.
-
val
HTTP_GATEWAY_TIMEOUT: Long
Will be raised when a service contacted by ArangoDB does not respond in a timely manner.
-
val
HTTP_GONE: Long
Will be raised when the requested content has been permanently deleted.
-
val
HTTP_METHOD_NOT_ALLOWED: Long
Will be raised when an unsupported HTTP method is used for an operation.
-
val
HTTP_NOT_ACCEPTABLE: Long
Will be raised when an unsupported HTTP content type is used for an operation, or if a request is not acceptable for a leader or follower.
-
val
HTTP_NOT_FOUND: Long
Will be raised when an URI is unknown.
-
val
HTTP_NOT_IMPLEMENTED: Long
Will be raised when an API is called this is not implemented in general, or not implemented for the current setup.
-
val
HTTP_PRECONDITION_FAILED: Long
Will be raised when a precondition for an HTTP request is not met.
-
val
HTTP_REQUEST_TIMEOUT: Long
Will be raised when a timeout occured.
-
val
HTTP_SERVER_ERROR: Long
Will be raised when an internal server is encountered.
-
val
HTTP_SERVICE_UNAVAILABLE: Long
Will be raised when a service is temporarily unavailable.
-
val
HTTP_SUPERFLUOUS_SUFFICES: Long
Will be raised when the URL contains superfluous suffices.
-
val
HTTP_UNAUTHORIZED: Long
Will be raised when authorization is required but the user is not authorized.
-
val
ILLEGAL_NUMBER: Long
Will be raised when an illegal representation of a number was given.
-
val
ILLEGAL_OPTION: Long
Will be raised when an unknown option was supplied by the user.
-
val
ILLEGAL_SMART_GRAPH_ATTRIBUTE: Long
The given smartGraph attribute is illegal and cannot be used for sharding.
The given smartGraph attribute is illegal and cannot be used for sharding. All system attributes are forbidden.
-
val
INCOMPATIBLE_VERSION: Long
Will be raised when a server is running an incompatible version of ArangoDB.
-
val
INPUT_REGISTERS_NOT_COPIED: Long
An AQL block did not copy its input registers
-
val
INTERNAL: Long
Will be raised when an internal error occurred.
-
val
INTERNAL_AQL: Long
Internal error during AQL execution
-
val
INVALID_DISJOINT_SMART_EDGE: Long
Will be raised if there is an attempt to create an edge between separated graph components.
-
val
INVALID_FOXX_OPTIONS: Long
The service options contain invalid values.
-
val
INVALID_MOUNTPOINT: Long
The service mountpath contains invalid characters.
-
val
INVALID_SERVICE_MANIFEST: Long
The service manifest contains invalid values.
-
val
INVALID_SMART_JOIN_ATTRIBUTE: Long
Will be raised when the smartJoinAttribute declaration is invalid.
-
val
IP_ADDRESS_INVALID: Long
Will be raised when the structure of an IP address is invalid.
-
val
KEY_MUST_BE_PREFIXED_WITH_SMART_GRAPH_ATTRIBUTE: Long
In a smart vertex collection _key must be prefixed with the value of the SmartGraph attribute.
-
val
KEY_MUST_BE_PREFIXED_WITH_SMART_JOIN_ATTRIBUTE: Long
when using smartJoinAttribute for a collection, the shard key value must be prefixed with the value of the SmartJoin attribute.
-
val
LDAP_CANNOT_BIND: Long
can not bind to a LDAP server
-
val
LDAP_CANNOT_INIT: Long
can not init a LDAP connection
-
val
LDAP_CANNOT_SEARCH: Long
can not search the LDAP server
-
val
LDAP_CANNOT_SET_OPTION: Long
can not set a LDAP option
-
val
LDAP_CANNOT_START_TLS: Long
can not star a TLS LDAP session
-
val
LDAP_CANNOT_UNBIND: Long
can not unbind from a LDAP server
-
val
LDAP_FOUND_NO_OBJECTS: Long
LDAP didn't found any objects with the specified search query
-
val
LDAP_INVALID_MODE: Long
cant distinguish a valid mode for provided LDAP configuration
-
val
LDAP_NOT_ONE_USER_FOUND: Long
LDAP found zero ore more than one user
-
val
LDAP_OPERATIONS_ERROR: Long
LDAP returned an operations error
-
val
LDAP_USER_NOT_IDENTIFIED: Long
LDAP found a user, but its not the desired one
-
val
LOCAL_LOCK_FAILED: Long
Some of the DB-Servers cannot be reached for transaction locks.
-
val
LOCAL_LOCK_RETRY: Long
Some of the DB-Servers cannot be reached for transaction locks.
-
val
LOCKED: Long
Will be raised when a resource or an operation is locked.
-
val
LOCK_TIMEOUT: Long
Will be raised when there's a timeout waiting for a lock.
-
val
MALFORMED_JSON: Long
Will be raised when a JSON string could not be parsed.
-
val
MALFORMED_MANIFEST_FILE: Long
The service manifest file is not well-formed JSON.
-
val
MODULE_FAILURE: Long
Failed to invoke the module in its context.
-
val
MODULE_NOT_FOUND: Long
The module path could not be resolved.
-
val
MODULE_SYNTAX_ERROR: Long
The module could not be parsed because of a syntax error.
-
val
NOT_IMPLEMENTED: Long
Will be raised when hitting an unimplemented feature.
-
val
NO_ERROR: Long
No error has occurred.
-
val
NO_SMART_COLLECTION: Long
The requested collection needs to be smart, but it ain't
-
val
NO_SMART_GRAPH_ATTRIBUTE: Long
The given document does not have the SmartGraph attribute set.
-
val
NO_SMART_JOIN_ATTRIBUTE: Long
The given document does not have the required SmartJoin attribute set or it has an invalid value.
-
val
NO_SPACE_LEFT_ON_DEVICE: Long
No space left on device
-
val
NO_SUCH_ACTION: Long
No such maintenance action exists
-
val
NO_SUCH_HOT_BACKUP: Long
Cannot find a hot backup set with this Id
-
val
NUMERIC_OVERFLOW: Long
Will be raised when a numeric overflow occurred.
-
val
ONLY_ENTERPRISE: Long
Will be raised when an Enterprise Edition feature is requested from the Community Edition.
-
val
OUT_OF_MEMORY: Long
Will be raised when there is a memory shortage.
-
val
OUT_OF_MEMORY_MMAP: Long
Will be raised when there is a memory shortage.
-
val
QUERY_ACCESS_AFTER_MODIFICATION: Long
Will be raised when collection data are accessed after a data-modification operation.
-
val
QUERY_ARRAY_EXPECTED: Long
Will be raised when a non-array operand is used for an operation that expects an array argument operand.
-
val
QUERY_BAD_JSON_PLAN: Long
Will be raised when an HTTP API for a query got an invalid JSON object.
-
val
QUERY_BIND_PARAMETERS_INVALID: Long
Will be raised when the structure of bind parameters passed has an unexpected format.
-
val
QUERY_BIND_PARAMETER_MISSING: Long
Will be raised when a bind parameter was declared in the query but the query is being executed with no value for that parameter.
-
val
QUERY_BIND_PARAMETER_TYPE: Long
Will be raised when a bind parameter has an invalid value or type.
-
val
QUERY_BIND_PARAMETER_UNDECLARED: Long
Will be raised when a value gets specified for an undeclared bind parameter.
-
val
QUERY_COLLECTION_LOCK_FAILED: Long
Will be raised when a read lock on the collection cannot be acquired.
-
val
QUERY_COMPILE_TIME_OPTIONS: Long
Will be raised when an AQL data-modification query contains options that cannot be figured out at query compile time.
-
val
QUERY_DISALLOWED_DYNAMIC_CALL: Long
Will be raised when a dynamic function call is made to a function that cannot be called dynamically.
-
val
QUERY_DIVISION_BY_ZERO: Long
Will be raised when there is an attempt to divide by zero.
-
val
QUERY_EMPTY: Long
Will be raised when an empty query is specified.
-
val
QUERY_FAIL_CALLED: Long
Will be raised when the function FAIL() is called from inside a query.
-
val
QUERY_FORCED_INDEX_HINT_UNUSABLE: Long
Will be raised when forceIndexHint is specified, and the hint cannot be used to serve the query.
-
val
QUERY_FULLTEXT_INDEX_MISSING: Long
Will be raised when a fulltext query is performed on a collection without a suitable fulltext index.
-
val
QUERY_FUNCTION_ARGUMENT_NUMBER_MISMATCH: Long
Will be raised when the number of arguments used in a function call does not match the expected number of arguments for the function.
-
val
QUERY_FUNCTION_ARGUMENT_TYPE_MISMATCH: Long
Will be raised when the type of an argument used in a function call does not match the expected argument type.
-
val
QUERY_FUNCTION_INVALID_CODE: Long
Will be raised when a user function is registered with invalid code.
-
val
QUERY_FUNCTION_INVALID_NAME: Long
Will be raised when a user function with an invalid name is registered.
-
val
QUERY_FUNCTION_NAME_UNKNOWN: Long
Will be raised when an undefined function is called.
-
val
QUERY_FUNCTION_NOT_FOUND: Long
Will be raised when a user function is accessed but not found.
-
val
QUERY_FUNCTION_RUNTIME_ERROR: Long
Will be raised when a user function throws a runtime exception.
-
val
QUERY_GEO_INDEX_MISSING: Long
Will be raised when a geo restriction was specified but no suitable geo index is found to resolve it.
-
val
QUERY_INVALID_AGGREGATE_EXPRESSION: Long
Will be raised when an AQL query contains an invalid aggregate expression.
-
val
QUERY_INVALID_ARITHMETIC_VALUE: Long
Will be raised when a non-numeric value is used in an arithmetic operation.
-
val
QUERY_INVALID_DATE_VALUE: Long
Will be raised when a value cannot be converted to a date.
-
val
QUERY_INVALID_GEO_VALUE: Long
Will be raised when a geo index coordinate is invalid or out of range.
-
val
QUERY_INVALID_REGEX: Long
Will be raised when an invalid regex argument value is used in a call to a function that expects a regex.
-
val
QUERY_KILLED: Long
Will be raised when a running query is killed by an explicit admin command.
-
val
QUERY_MULTI_MODIFY: Long
Will be raised when an AQL query contains more than one data-modifying operation.
-
val
QUERY_NOT_FOUND: Long
Will be raised when an Id of a query is not found by the HTTP API.
-
val
QUERY_NUMBER_OUT_OF_RANGE: Long
Will be raised when a number is outside the expected range.
-
val
QUERY_PARSE: Long
Will be raised when query is parsed and is found to be syntactically invalid.
-
val
QUERY_SCRIPT: Long
Will be raised when a runtime error is caused by the query.
-
val
QUERY_TOO_MANY_COLLECTIONS: Long
Will be raised when the number of collections or shards in a query is beyond the allowed value.
-
val
QUERY_USER_ASSERT: Long
Will be raised if and user provided expression fails to evaluate to true
-
val
QUERY_USER_WARN: Long
Will be raised if and user provided expression fails to evaluate to true
-
val
QUERY_VARIABLE_NAME_INVALID: Long
Will be raised when an invalid variable name is used.
-
val
QUERY_VARIABLE_NAME_UNKNOWN: Long
Will be raised when an unknown variable is used or the variable is undefined the context it is used.
-
val
QUERY_VARIABLE_REDECLARED: Long
Will be raised when a variable gets re-assigned in a query.
-
val
QUERY_WINDOW_AFTER_MODIFICATION: Long
Will be raised when a window node is created after a data-modification operation.
-
val
QUEUE_FULL: Long
Will be returned if a queue with this name is full.
-
val
REMOTE_REPOSITORY_CONFIG_BAD: Long
The configuration given for upload or download operation to/from remote hot backup repositories is wrong.
-
val
REPLICATION_APPLIER_STOPPED: Long
Special error code used to indicate the replication applier was stopped by a user.
-
val
REPLICATION_INVALID_APPLIER_CONFIGURATION: Long
Will be raised when the configuration for the replication applier is invalid.
-
val
REPLICATION_INVALID_APPLIER_STATE: Long
Will be raised when an invalid replication applier state file is found.
-
val
REPLICATION_INVALID_RESPONSE: Long
Will be raised when the replication applier receives an invalid response from the leader.
-
val
REPLICATION_LEADER_CHANGE: Long
Will be raised when the replication applier connects to a different leader than before.
-
val
REPLICATION_LEADER_ERROR: Long
Will be raised when the replication applier receives a server error from the leader.
-
val
REPLICATION_LEADER_INCOMPATIBLE: Long
Will be raised when the replication applier connects to a leader that has an incompatible version.
-
val
REPLICATION_LOOP: Long
Will be raised when the replication applier is asked to connect to itself for replication.
-
val
REPLICATION_NO_RESPONSE: Long
Will be raised when the replication applier does not receive any or an incomplete response from the leader.
-
val
REPLICATION_NO_START_TICK: Long
Will be raised when the replication applier is started without a known start tick value.
-
val
REPLICATION_RUNNING: Long
Will be raised when there is an attempt to perform an operation while the replication applier is running.
-
val
REPLICATION_SHARD_NONEMPTY: Long
Will be raised when a shard is not empty and the follower tries a shortcut
-
val
REPLICATION_START_TICK_NOT_PRESENT: Long
Will be raised when the replication applier fetches data using a start tick, but that start tick is not present on the logger server anymore.
-
val
REPLICATION_UNEXPECTED_MARKER: Long
Will be raised when an unexpected marker is found in the replication log stream.
-
val
REPLICATION_UNEXPECTED_TRANSACTION: Long
Will be raised when an unexpected transaction id is found.
-
val
REPLICATION_WRONG_CHECKSUM: Long
Will be raised when a new born follower submits a wrong checksum
-
val
REQUEST_CANCELED: Long
Will be raised when a request is canceled by the user.
-
val
RESOURCE_LIMIT: Long
Will be raised when the resources used by an operation exceed the configured maximum value.
-
val
SERVICE_API_DISABLED: Long
The API for managing Foxx services has been disabled on this server.
-
val
SERVICE_DOWNLOAD_FAILED: Long
Will be raised when a service download from the central repository failed.
-
val
SERVICE_FILES_MISSING: Long
The service folder or bundle does not exist on this server.
-
val
SERVICE_FILES_OUTDATED: Long
The local service bundle does not match the checksum in the database.
-
val
SERVICE_MANIFEST_NOT_FOUND: Long
The service directory does not contain a manifest file.
-
val
SERVICE_MOUNTPOINT_CONFLICT: Long
A service already exists at the given mountpath.
-
val
SERVICE_NEEDS_CONFIGURATION: Long
The service is missing configuration or dependencies.
-
val
SERVICE_NOT_FOUND: Long
No service found at the given mountpath.
-
val
SERVICE_OPTIONS_MALFORMED: Long
The service options are not well-formed JSON.
-
val
SERVICE_SOURCE_ERROR: Long
The source path could not be resolved.
-
val
SERVICE_SOURCE_NOT_FOUND: Long
The source path does not match a file or directory.
-
val
SERVICE_UNKNOWN_SCRIPT: Long
The service does not have a script with this name.
-
val
SERVICE_UPLOAD_FAILED: Long
Will be raised when a service upload from the client to the ArangoDB server failed.
-
val
SESSION_EXPIRED: Long
Will be raised when a session is expired.
-
val
SESSION_UNKNOWN: Long
Will be raised when an invalid/unknown session id is passed to the server.
-
val
SHUTTING_DOWN: Long
Will be raised when a call cannot succeed because a server shutdown is already in progress.
-
val
SIMPLE_CLIENT_COULD_NOT_CONNECT: Long
Will be raised when the client could not connect to the server.
-
val
SIMPLE_CLIENT_COULD_NOT_READ: Long
Will be raised when the client could not read data.
-
val
SIMPLE_CLIENT_COULD_NOT_WRITE: Long
Will be raised when the client could not write data.
-
val
SIMPLE_CLIENT_UNKNOWN_ERROR: Long
This error should not happen.
-
val
SMART_GRAPH_ATTRIBUTE_MISMATCH: Long
The SmartGraph attribute of the given collection does not match the SmartGraph attribute of the graph.
-
val
SUPERVISION_GENERAL_FAILURE: Long
General supervision failure.
-
val
SYS_ERROR: Long
Will be raised when operating system error occurred.
-
val
TASK_DUPLICATE_ID: Long
Will be raised when a task id is created with a duplicate id.
-
val
TASK_INVALID_ID: Long
Will be raised when a task is created with an invalid id.
-
val
TASK_NOT_FOUND: Long
Will be raised when a task with the specified id could not be found.
-
val
TRANSACTION_ABORTED: Long
Will be raised when a transaction was aborted.
-
val
TRANSACTION_DISALLOWED_OPERATION: Long
Will be raised when a disallowed operation is carried out in a transaction.
-
val
TRANSACTION_INTERNAL: Long
Will be raised when a wrong usage of transactions is detected.
Will be raised when a wrong usage of transactions is detected. this is an internal error and indicates a bug in ArangoDB.
-
val
TRANSACTION_NESTED: Long
Will be raised when transactions are nested.
-
val
TRANSACTION_NOT_FOUND: Long
Will be raised when a transaction was not found.
-
val
TRANSACTION_UNREGISTERED_COLLECTION: Long
Will be raised when a collection is used in the middle of a transaction but was not registered at transaction start.
-
val
TYPE_ERROR: Long
Will be raised when a type error is encountered.
-
val
USER_DUPLICATE: Long
Will be raised when a user name already exists.
-
val
USER_EXTERNAL: Long
Will be raised when the user is authenticated by an external server.
-
val
USER_INVALID_NAME: Long
Will be raised when an invalid user name is used.
-
val
USER_NOT_FOUND: Long
Will be raised when a user name is updated that does not exist.
-
val
VALIDATION_BAD_PARAMETER: Long
Will be raised when the schema description is invalid.
-
val
VALIDATION_FAILED: Long
Will be raised when a document does not pass schema validation.
-
val
WAS_ERLAUBE: Long
Will be raised if was erlaube?!
-
val
WROTE_IN_WRONG_REGISTER: Long
An AQL block wrote in a register that is not its output
-
val
WROTE_OUTPUT_REGISTER_TWICE: Long
An AQL block wrote an output register twice
-
val
WROTE_TOO_FEW_OUTPUT_REGISTERS: Long
An AQL block wrote too few output registers
-
val
WROTE_TOO_MANY_OUTPUT_REGISTERS: Long
An AQL block wrote too many output registers
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()