aerospike/status

Description:
  • Database operation error codes.

Source:

Database operation error codes.

Members

(static, constant) ERR_ALWAYS_FORBIDDEN :number

Description:
  • Client is attempting an operation which is not allowed under current configuration.

Source:

Client is attempting an operation which is not allowed under current configuration.

Type:
  • number

(static, constant) ERR_ASYNC_CONNECTION :number

Description:
  • Asynchronous connection error.

Source:

Asynchronous connection error.

Type:
  • number

(static, constant) ERR_ASYNC_QUEUE_FULL :number

Description:
  • Async command delay queue is full.

Source:

Async command delay queue is full.

Type:
  • number

(static, constant) ERR_BATCH_DISABLED :number

Description:
  • Batch functionality has been disabled.

Source:

Batch functionality has been disabled.

Type:
  • number

(static, constant) ERR_BATCH_MAX_REQUESTS_EXCEEDED :number

Description:
  • Maximum number of batch requests has been exceeded.

Source:

Maximum number of batch requests has been exceeded.

Type:
  • number

(static, constant) ERR_BATCH_QUEUES_FULL :number

Description:
  • All batch queues are full.

Source:

All batch queues are full.

Type:
  • number

(static, constant) ERR_BIN_EXISTS :number

Description:
  • Bin already exists on a create-only operation.

Source:

Bin already exists on a create-only operation.

Type:
  • number

(static, constant) ERR_BIN_INCOMPATIBLE_TYPE :number

Description:
  • Bin modification operation cannot be done on an existing bin due to its value type.

Source:

Bin modification operation cannot be done on an existing bin due to its value type.

Type:
  • number

(static, constant) ERR_BIN_NAME :number

Description:
  • Sent bin name that is too long or exceeded namespace's bin name quota.

Source:

Sent bin name that is too long or exceeded namespace's bin name quota.

Type:
  • number

(static, constant) ERR_BIN_NOT_FOUND :number

Description:
  • Bin not found on update-only operation.

Source:

Bin not found on update-only operation.

Type:
  • number

(static, constant) ERR_CLIENT :number

Description:
  • Generic client API usage error.

Source:

Generic client API usage error.

Type:
  • number

(static, constant) ERR_CLIENT_ABORT :number

Description:
  • Query or scan was aborted in user's callback.

Source:

Query or scan was aborted in user's callback.

Type:
  • number

(static, constant) ERR_CLUSTER :number

Description:
  • Generic cluster discovery & connection error.

Source:

Generic cluster discovery & connection error.

Type:
  • number

(static, constant) ERR_CLUSTER_CHANGE :number

Description:
  • A cluster state change occurred during the request.

Source:

A cluster state change occurred during the request.

Type:
  • number

(static, constant) ERR_CONNECTION :number

Description:
  • Synchronous connection error.

Source:

Synchronous connection error.

Type:
  • number

(static, constant) ERR_DEVICE_OVERLOAD :number

Description:
  • The server node's storage device(s) can't keep up with the write load.

Source:

The server node's storage device(s) can't keep up with the write load.

Type:
  • number

(static, constant) ERR_ENTERPRISE_ONLY :number

Description:
  • Attempt to use an Enterprise feature on a Community server or a server without the applicable feature key.

Source:

Attempt to use an Enterprise feature on a Community server or a server without the applicable feature key.

Type:
  • number

(static, constant) ERR_FAIL_ELEMENT_EXISTS :number

Description:
  • Map/list element exists in CREATE_ONLY write mode.

Source:

Map/list element exists in CREATE_ONLY write mode.

Type:
  • number

(static, constant) ERR_FAIL_ELEMENT_NOT_FOUND :number

Description:
  • Map/list element not found in UPDATE_ONLY write mode.

Source:

Map/list element not found in UPDATE_ONLY write mode.

Type:
  • number

(static, constant) ERR_FAIL_FORBIDDEN :number

Description:
  • Operation not allowed at this time.

Source:

Operation not allowed at this time.

Type:
  • number

(static, constant) ERR_GEO_INVALID_GEOJSON :number

Description:
  • Invalid/unsupported GeoJSON.

Source:

Invalid/unsupported GeoJSON.

Type:
  • number

(static, constant) ERR_INDEX :number

Description:
  • Generic secondary index (SI) error.

Source:

Generic secondary index (SI) error.

Type:
  • number

(static, constant) ERR_INDEX_FOUND :number

Description:
  • Index found.

Source:

Index found.

Type:
  • number

(static, constant) ERR_INDEX_MAXCOUNT :number

Description:
  • System alrady has maximum allowed indices.

Source:

System alrady has maximum allowed indices.

Type:
  • number

(static, constant) ERR_INDEX_NAME_MAXLEN :number

Description:
  • Index name is too long.

Source:

Index name is too long.

Type:
  • number

(static, constant) ERR_INDEX_NOT_FOUND :number

Description:
  • Index not found.

Source:

Index not found.

Type:
  • number

(static, constant) ERR_INDEX_NOT_READABLE :number

Description:
  • Unable to read the index.

Source:

Unable to read the index.

Type:
  • number

(static, constant) ERR_INDEX_OOM :number

Description:
  • Index is out of memory.

Source:

Index is out of memory.

Type:
  • number

(static, constant) ERR_INVALID_HOST :number

Description:
  • Host name could not be found in DNS lookup.

Source:

Host name could not be found in DNS lookup.

Type:
  • number

(static, constant) ERR_INVALID_NODE :number

Description:
  • Node invalid or could not be found.

Source:

Node invalid or could not be found.

Type:
  • number

(static, constant) ERR_LUA_FILE_NOT_FOUND :number

Description:
  • LUA file does not exist.

Source:

LUA file does not exist.

Type:
  • number

(static, constant) ERR_NAMESPACE_NOT_FOUND :number

Description:
  • Namespace in request not found on server.

Source:

Namespace in request not found on server.

Type:
  • number

(static, constant) ERR_NO_MORE_CONNECTIONS :number

Description:
  • Asynchronous connection error.

Source:

Asynchronous connection error.

Type:
  • number

(static, constant) ERR_OP_NOT_APPLICABLE :number

Description:
  • The operation cannot be applied to the current bin value on the server.

Source:

The operation cannot be applied to the current bin value on the server.

Type:
  • number

(static, constant) ERR_PARAM :number

Description:
  • Invalid client API parameter.

Source:

Invalid client API parameter.

Type:
  • number

(static, constant) ERR_QUERY :number

Description:
  • Generic query error.

Source:

Generic query error.

Type:
  • number

(static, constant) ERR_QUERY_ABORTED :number

Description:
  • Query was aborted.

Source:

Query was aborted.

Type:
  • number

(static, constant) ERR_QUERY_QUEUE_FULL :number

Description:
  • Query processing queue is full.

Source:

Query processing queue is full.

Type:
  • number

(static, constant) ERR_QUERY_TIMEOUT :number

Description:
  • SI query timed out on server.

Source:

SI query timed out on server.

Type:
  • number

(static, constant) ERR_RECORD_BUSY :number

Description:
  • Too many concurrent requests for one record - a 'hot key' situation.

Source:

Too many concurrent requests for one record - a 'hot key' situation.

Type:
  • number

(static, constant) ERR_RECORD_EXISTS :number

Description:
  • Record already exists. May be returned by write with policy Aerospike.policy.exists.CREATE.

Source:

Record already exists. May be returned by write with policy Aerospike.policy.exists.CREATE.

Type:
  • number

(static, constant) ERR_RECORD_GENERATION :number

Description:
  • Generation of record in database does not satisfy write policy.

Source:

Generation of record in database does not satisfy write policy.

Type:
  • number

(static, constant) ERR_RECORD_KEY_MISMATCH :number

Description:
  • Record key sent with transaction did not match key stored on server.

Source:

Record key sent with transaction did not match key stored on server.

Type:
  • number

(static, constant) ERR_RECORD_NOT_FOUND :number

Description:
  • Record does not exist in database. May be returned by read, or write with policy Aerospike.policy.exists.UPDATE

Source:

Record does not exist in database. May be returned by read, or write with policy Aerospike.policy.exists.UPDATE

Type:
  • number

(static, constant) ERR_RECORD_TOO_BIG :number

Description:
  • Record being written (or updated) cannot fit in a storage write block.

Source:

Record being written (or updated) cannot fit in a storage write block.

Type:
  • number

(static, constant) ERR_REQUEST_INVALID :number

Description:
  • Request protocol invalid, or invalid protocol field.

Source:

Request protocol invalid, or invalid protocol field.

Type:
  • number

(static, constant) ERR_SCAN_ABORTED :number

Description:
  • Scan aborted by user.

Source:

Scan aborted by user.

Type:
  • number

(static, constant) ERR_SERVER :number

Description:
  • Generic error returned by the server.

Source:

Generic error returned by the server.

Type:
  • number

(static, constant) ERR_SERVER_FULL :number

Description:
  • The server node is running out of memory and/or storage device space reserved for the specified namespace.

Source:

The server node is running out of memory and/or storage device space reserved for the specified namespace.

Type:
  • number

(static, constant) ERR_TIMEOUT :number

Description:
  • Request timed out. Can be triggered by client or server.

Source:

Request timed out. Can be triggered by client or server.

Type:
  • number

(static, constant) ERR_UDF :number

Description:
  • Generic UDF error.

Source:

Generic UDF error.

Type:
  • number

(static, constant) ERR_UDF_NOT_FOUND :number

Description:
  • UDF does not exist.

Source:

UDF does not exist.

Type:
  • number

(static, constant) ERR_UNSUPPORTED_FEATURE :number

Description:
  • Sometimes our doc, or our customers' wishes, get ahead of us. We may have processed something that the server is not ready for (unsupported feature).

Source:

Sometimes our doc, or our customers' wishes, get ahead of us. We may have processed something that the server is not ready for (unsupported feature).

Type:
  • number

(static, constant) EXPIRED_PASSWORD :number

Description:
  • Password has expired.

Source:

Password has expired.

Type:
  • number

(static, constant) FILTERED_OUT :number

Description:
  • The transaction was not performed because the exp was false.

Source:

The transaction was not performed because the exp was false.

Type:
  • number

(static, constant) FORBIDDEN_PASSWORD :number

Description:
  • Forbidden password (e.g. recently used).

Source:

Forbidden password (e.g. recently used).

Type:
  • number

(static, constant) ILLEGAL_STATE :number

Description:
  • Security protocol not followed.

Source:

Security protocol not followed.

Type:
  • number

(static, constant) INVALID_COMMAND :number

Description:
  • Administration command is invalid.

Source:

Administration command is invalid.

Type:
  • number

(static, constant) INVALID_CREDENTIAL :number

Description:
  • Security credential is invalid.

Source:

Security credential is invalid.

Type:
  • number

(static, constant) INVALID_FIELD :number

Description:
  • Administration field is invalid.

Source:

Administration field is invalid.

Type:
  • number

(static, constant) INVALID_PASSWORD :number

Description:
  • Password is invalid.

Source:

Password is invalid.

Type:
  • number

(static, constant) INVALID_PRIVILEGE :number

Description:
  • Privilege is invalid.

Source:

Privilege is invalid.

Type:
  • number

(static, constant) INVALID_QUOTA :number

Description:
  • Invalid quota specified.

Source:

Invalid quota specified.

Type:
  • number

(static, constant) INVALID_ROLE :number

Description:
  • Role name is invalid.

Source:

Role name is invalid.

Type:
  • number

(static, constant) INVALID_USER :number

Description:
  • User name is invalid.

Source:

User name is invalid.

Type:
  • number

(static, constant) INVALID_WHITELIST :number

Description:
  • Specified IP whitelist is invalid.

Source:

Specified IP whitelist is invalid.

Type:
  • number

(static, constant) LOST_CONFLICT :number

Description:
  • Write command loses conflict to XDR.

Source:

Write command loses conflict to XDR.

Type:
  • number

(static, constant) NOT_AUTHENTICATED :number

Description:
  • User must be authenticated before performing database operations.

Source:

User must be authenticated before performing database operations.

Type:
  • number

(static, constant) NO_MORE_RECORDS :number

Description:
  • No more records available when parsing batch, scan or query records.

Source:

No more records available when parsing batch, scan or query records.

Type:
  • number

(static, constant) OK :number

Description:
  • Generic success.

Source:

Generic success.

Type:
  • number

(static, constant) QUERY_END :number

Description:
  • There are no more records left for query.

Source:

There are no more records left for query.

Type:
  • number

(static, constant) QUOTAS_NOT_ENABLED :number

Description:
  • Quotas not enabled on the server.

Source:

Quotas not enabled on the server.

Type:
  • number

(static, constant) ROLE_ALREADY_EXISTS :number

Description:
  • Role name already exists.

Source:

Role name already exists.

Type:
  • number

(static, constant) ROLE_VIOLATION :number

Description:
  • User does not possess the required role to perform the database operation.

Source:

User does not possess the required role to perform the database operation.

Type:
  • number

(static, constant) SECURITY_NOT_ENABLED :number

Description:
  • Security functionality not enabled by connected server.

Source:

Security functionality not enabled by connected server.

Type:
  • number

(static, constant) SECURITY_NOT_SUPPORTED :number

Description:
  • Security functionality not supported by connected server.

Source:

Security functionality not supported by connected server.

Type:
  • number

(static, constant) SECURITY_SCHEME_NOT_SUPPORTED :number

Description:
  • Security type not supported by connected server.

Source:

Security type not supported by connected server.

Type:
  • number

(static, constant) USER_ALREADY_EXISTS :number

Description:
  • User was previously created.

Source:

User was previously created.

Type:
  • number

Methods

(static) getMessage()

Description:
  • Prodeces a human-readable error message for the given status code.

Source: