Members
-
<readonly> errors :number
-
Enumeration of all error codes. See libcouchbase documentation for more details on what these errors represent.
Type:
- number
Properties:
Name Type Default Description successnumber CONST.SUCCESS Operation was successful
authContinuenumber CONST.AUTH_CONTINUE Authentication should continue.
authErrornumber CONST.AUTH_ERROR Error authenticating.
deltaBadValnumber CONST.DELTA_BADVAL The passed incr/decr delta was invalid.
objectTooBignumber CONST.E2BIG Object is too large to be stored on the cluster.
serverBusynumber CONST.EBUSY Server is too busy to handle your request right now.
cLibInternalnumber CONST.EINTERNAL Internal libcouchbase error.
cLibInvalidArgumentnumber CONST.EINVAL An invalid arguement was passed.
cLibOutOfMemorynumber CONST.ENOMEM The server is out of memory.
invalidRangenumber CONST.ERANGE An invalid range was specified.
cLibGenericErrornumber CONST.ERROR An unknown error occured within libcouchbase.
temporaryErrornumber CONST.ETMPFAIL A temporary error occured. Try again.
keyAlreadyExistsnumber CONST.KEY_EEXISTS The key already exists on the server.
keyNotFoundnumber CONST.KEY_ENOENT The key does not exist on the server.
failedToOpenLibrarynumber CONST.DLOPEN_FAILED Failed to open library.
failedToFindSymbolnumber CONST.DLSYM_FAILED Failed to find expected symbol in library.
networkErrornumber CONST.NETWORK_ERROR A network error occured.
wrongServernumber CONST.NOT_MY_VBUCKET Operations were performed on the incorrect server.
notMyVBucketnumber CONST.NOT_MY_VBUCKET Operations were performed on the incorrect server.
notStorednumber CONST.KEY_ENOENT The document was not stored.
notSupportednumber CONST.NOT_SUPPORTED An unsupported operation was sent to the server.
unknownCommandnumber CONST.UNKNOWN_COMMAND An unknown command was sent to the server.
unknownHostnumber CONST.UNKNOWN_HOST An unknown host was specified.
protocolErrornumber CONST.PROTOCOL_ERROR A protocol error occured.
timedOutnumber CONST.ETIMEDOUT The operation timed out.
connectErrornumber CONST.CONNECT_ERROR Error connecting to the server.
bucketNotFoundnumber CONST.BUCKET_ENOENT The bucket you request was not found.
clientOutOfMemorynumber CONST.CLIENT_ENOMEM libcouchbase is out of memory.
clientTemporaryErrornumber CONST.CLIENT_ETMPFAIL A temporary error occured in libcouchbase. Try again.
badHandlenumber CONST.EBADHANDLE A bad handle was passed.
serverBugnumber CONST.SERVER_BUG A server bug caused the operation to fail.
invalidHostFormatnumber CONST.INVALID_HOST_FORMAT The host format specified is invalid.
notEnoughNodesnumber CONST.DURABILITY_ETOOMANY Not enough nodes to meet the operations durability requirements.
duplicateItemsnumber CONST.DUPLICATE_COMMANDS Duplicate items.
noMatchingServerForKeynumber CONST.NO_MATCHING_SERVER Key mapping failed and could not match a server.
badEnvironmentVariablenumber CONST.BAD_ENVIRONMENT A bad environment variable was specified.
outOfMemorynumber CONST['ErrorCode::MEMORY'] Couchnode is out of memory.
invalidArgumentsnumber CONST['ErrorCode::ARGUMENTS'] Invalid arguements were passed.
schedulingErrornumber CONST['ErrorCode::SCHEDULING'] An error occured while trying to schedule the operation.
checkResultsnumber CONST['ErrorCode::CHECK_RESULTS'] Not all operations completed successfully.
genericErrornumber CONST['ErrorCode::GENERIC'] A generic error occured in Couchnode.
durabilityFailednumber CONST['ErrorCode::DURABILITY_FAILED'] The specified durability requirements could not be satisfied.
restErrornumber CONST['ErrorCode::REST'] An error occured during a RESTful operation.