The following errors might be raised when running ArangoDB:
no error
No error has occurred.failed
Will be raised when a general error occurred.system error
Will be raised when operating system error occurred.out of memory
Will be raised when there is a memory shortage.internal error
Will be raised when an internal error occurred.illegal number
Will be raised when an illegal representation of a number was given.numeric overflow
Will be raised when a numeric overflow occurred.illegal option
Will be raised when an unknown option was supplied by the user.dead process identifier
Will be raised when a PID without a living process was found.not implemented
Will be raised when hitting an unimplemented feature.bad parameter
Will be raised when the parameter does not fulfill the requirements.forbidden
Will be raised when you are missing permission for the operation.out of memory in mmap
Will be raised when there is a memory shortage.csv is corrupt
Will be raised when encountering a corrupt csv line.bad parameter
Will be raised when the HTTP request does not fulfill the requirements.forbidden
Will be raised when the operation is forbidden.not found
Will be raised when an URI is unknown.method not supported
Will be raised when an unsupported HTTP method is used for an operation.internal server error
Will be raised when an internal server is encountered.invalid JSON object
Will be raised when a string representation of a JSON object is corrupt.superfluous URL suffices
Will be raised when the URL contains superfluous suffices.illegal state
Internal error that will be raised when the datafile is not in the required state.illegal shaper
Internal error that will be raised when the shaper encountered a porblem.datafile sealed
Internal error that will be raised when trying to write to a datafile.unknown type
Internal error that will be raised when an unknown collection type is encountered.ready only
Internal error that will be raised when trying to write to a read-only datafile or collection.duplicate identifier
Internal error that will be raised when a identifier duplicate is detected.datafile unreadable
Internal error that will be raised when the datafile is unreadable.corrupted datafile
Will be raised when a corruption is detected in a datafile.illegal parameter file
Will be raised if a parameter file is corrupted.corrupted collection
Will be raised when a collection contains one or more corrupted datafiles.mmap failed
Will be raised when the system call mmap failed.filesystem full
Will be raised when the filesystem is full.no journal
Will be raised when a journal cannot be created.cannot create/rename datafile because it already exists
Will be raised when the datafile cannot be created or renamed because a file of the same name already exists.database is locked
Will be raised when the database is locked by a different process.cannot create/rename collection because directory already exists
Will be raised when the collection cannot be created because a directory of the same name already exists.conflict
Will be raised when updating or deleting a document and a conflict has been detected.wrong path for database
Will be raised when a non-existing directory was specified as path for the database.document not found
Will be raised when a document with a given identifier or handle is unknown.collection not found
Will be raised when a collection with a given identifier or name is unknown.parameter 'collection' not found
Will be raised when the collection parameter is missing.illegal document handle
Will be raised when a document handle is corrupt.maixaml size of journal too small
Will be raised when the maximal size of the journal is too small.duplicate name
Will be raised when a name duplicate is detected.illegal name
Will be raised when an illegal name is detected.no suitable index known
Will be raised when no suitable index for the query is known.unique constraint violated
Will be raised when there is a unique constraint violation.geo index violated
Will be raised when a illegale coordinate is used.index not found
Will be raised when an index with a given identifier is unknown.cross collection request not allowed
Will be raised when a cross-collection is requested.illegal index handle
Will be raised when a index handle is corrupt.cap constraint already defined
Will be raised when a cap constraint was already defined.document too large
Will be raised when the document cannot fit into any datafile because of it is too large.collection must be unloaded
Will be raised when a collection should be unloaded, but has a different status.collection type invalid
Will be raised when an invalid collection type is used in a request.datafile full
Will be raised when the datafile reaches its limit.query killed
Will be raised when a running query is killed by an explicit admin command.%s
Will be raised when query is parsed and is found to be syntactially invalid.query is empty
Will be raised when an empty query is specified.runtime error '%s'
Will be raised when a runtime error is caused by the query.number out of range
Will be raised when a number is outside the expected range.variable name '%s' has an invalid format
Will be raised when an invalid variable name is used.variable '%s' is assigned multiple times
Will be raised when a variable gets re-assigned in a query.unknown variable '%s'
Will be raised when an unknown variable is used or the variable is undefined the context it is used.unable to open collection '%s'
Will be raised when one of the collections referenced in the query was not found.unable to read-lock collection %s
Will be raised when a read lock on the collection cannot be acquired.too many collections
Will be raised when the number of collections in a query is beyond the allowed value.document attribute '%s' is assigned multiple times
Will be raised when a document attribute is re-assigned.usage of unknown function '%s'
Will be raised when an undefined function is called.invalid number of arguments for function '%s'
Will be raised when the number of arguments used in a function call does not match the expected number of arguments for the function.invalid argument type used in call to function '%s()'
Will be raised when the type of an argument used in a function call does not match the expected argument type.invalid structure of bind parameters
Will be raised when the structure of bind parameters passed has an unexpected format.no value specified for declared bind parameter '%s'
Will be raised when a bind parameter was declared in the query but the query is being executed with no value for that parameter.bind parameter '%s' was not declared in the query
Will be raised when a value gets specified for an undeclared bind parameter.bind parameter '%s' has an invalid value or type
Will be raised when a bind parameter has an invalid value or type.invalid logical value
Will be raised when a non-boolean value is used in a logical operation.invalid arithmetic value
Will be raised when a non-numeric value is used in an arithmetic operation.division by zero
Will be raised when there is an attempt to divide by zero.list expected
Will be raised when a non-list operand is used for an operation that expects a list argument operand.FAIL(%s) called
Will be raised when the function FAIL() is called from inside a query.no suitable geo index found for geo restriction on '%s'
Will be raised when a geo restriction was specified but no suitable geo index is found to resolve it.cursor not found
Will be raised when a cursor is requested via its id but a cursor with that id cannot be found.expecting <prefix>/user/<username>
TODOcannot create user
TODOrole not found
TODOno permission to create user with that role
TODOuser not found
TODOcannot manage password for user
TODOexpecting POST <prefix>/session
TODOexpecting GET <prefix>/session/<sid>
TODOexpecting PUT <prefix>/session/<sid>/<method>
TODOexpecting DELETE <prefix>/session/<sid>
TODOunknown session
TODOsession has not bound to user
TODOcannot login with session
TODOexpecting GET <prefix>/users
TODOexpecting /directory/sessionvoc/<token>
TODOdirectory server is not configured
TODOinvalid key declaration
Will be raised when an invalid key specification is passed to the serverkey already exists
Will be raised when a key is to be created that already existskey not found
Will be raised when the specified key is not foundkey is not unique
Will be raised when the specified key is not uniquekey value not changed
Will be raised when updating the value for a key does not workkey value not removed
Will be raised when deleting a key/value pair does not workmissing value
Will be raised when the value is missinginvalid graph
Will be raised when an invalid name is passed to the servercould not create graph
Will be raised when an invalid name, vertices or edges is passed to the serverinvalid vertex
Will be raised when an invalid vertex id is passed to the servercould not create vertex
Will be raised when the vertex could not be createdcould not change vertex
Will be raised when the vertex could not be changedinvalid edge
Will be raised when an invalid edge id is passed to the servercould not create edge
Will be raised when the edge could not be createdcould not change edge
Will be raised when the edge could not be changedunknown client error
This error should not happen.could not connect to server
Will be raised when the client could not connect to the server.could not write to server
Will be raised when the client could not write data.could not read from server
Will be raised when the client could not read data.priority queue insert failure
Will be raised when an attempt to insert a document into a priority queue index fails for some reason.priority queue remove failure
Will be raised when an attempt to remove a document from a priority queue index fails for some reason.priority queue remove failure - item missing in index
Will be raised when an attempt to remove a document from a priority queue index fails when document can not be located within the index.(non-unique) hash index insert failure - document duplicated in index
Will be raised when an attempt to insert a document into a non-unique hash index fails due to the fact that document is duplicated within that index.(non-unique) skiplist index insert failure - document duplicated in index
Will be raised when an attempt to insert a document into a non-unique skiplist index fails due to the fact that document is duplicated within that index.hash index insertion warning - attribute missing in document
Will be raised when an attempt to insert a document into a hash index is caused by the document not having one or more attributes which are required by the hash index.hash index update warning - attribute missing in revised document
Will be raised when an attempt to update a document results in the revised document not having one or more attributes which are required by the hash index.hash index remove failure - item missing in index
Will be raised when an attempt to remove a document from a hash index fails when document can not be located within that index.skiplist index insertion warning - attribute missing in document
Will be raised when an attempt to insert a document into a skiplist index is caused by in the document not having one or more attributes which are required by the skiplist index.skiplist index update warning - attribute missing in revised document
Will be raised when an attempt to update a document results in the revised document not having one or more attributes which are required by the skiplist index.skiplist index remove failure - item missing in index
Will be raised when an attempt to remove a document from a skiplist index fails when document can not be located within that index.bitarray index insertion warning - attribute missing in document
Will be raised when an attempt to insert a document into a bitarray index is caused by in the document not having one or more attributes which are required by the bitarray index.bitarray index update warning - attribute missing in revised document
Will be raised when an attempt to update a document results in the revised document not having one or more attributes which are required by the bitarray index.bitarray index remove failure - item missing in index
Will be raised when an attempt to remove a document from a bitarray index fails when document can not be located within that index.bitarray index insert failure - document attribute value unsupported in index
Will be raised when an attempt to insert a document into a bitarray index fails due to the fact that one or more values for an index attribute is not supported within that index.