public interface MxsErrors
Modifier and Type | Field and Description |
---|---|
static int |
MXSERR_AMBERSTATUS
Careful, the server entered in amber status
|
static int |
MXSERR_BADTRANSMISSION
Bad transmission
|
static int |
MXSERR_CHECKSUMERROR
Checksum mismatch between server and client
|
static int |
MXSERR_CLIENT
client errors base
|
static int |
MXSERR_CLOSEDOBJECT
Accessing an already closed object
|
static int |
MXSERR_CONNECTIONBROKEN
Connection broken
|
static int |
MXSERR_ENTITYNOTFOUND
Entity not found
|
static int |
MXSERR_EOF
End of object data reached
|
static int |
MXSERR_EXISTINGATTRIBUTE
Attribute already existing
|
static int |
MXSERR_EXISTINGOBJECT
Entity already existing (vault, user, etc..)
|
static int |
MXSERR_FILESYS
File system error
|
static int |
MXSERR_INVALIDATTRIBUTE
Invalid attribute, it does not exist
|
static int |
MXSERR_INVALIDCLUSTER
Invalid cluster id
|
static int |
MXSERR_INVALIDOBJECT
Invalid object, it does not exist
|
static int |
MXSERR_INVALIDOPERATION
Invalid operation
|
static int |
MXSERR_INVALIDPARAMETER
Invalid parameter
|
static int |
MXSERR_INVALIDREFERENCE
Invalid mxsapi object reference
|
static int |
MXSERR_INVALIDUSER
Invalid user
|
static int |
MXSERR_INVALIDVAULT
Invalid vault
|
static int |
MXSERR_MXSQUOTAEXCEEDED
MatrixStore quota exceeded
|
static int |
MXSERR_NETWORK
network errors base
|
static int |
MXSERR_NOERR
no error code
|
static int |
MXSERR_NOMEM
Not enough memory buffer space
|
static int |
MXSERR_NOSUCHELEMENT
Iteration has no more elements
|
static int |
MXSERR_NOTSECGUARD
Security guard is running on another node
|
static int |
MXSERR_OBJECTINRETENTION
Could not delete object, retention period not expired
|
static int |
MXSERR_OBJECTOFFLINE
Object is offline
|
static int |
MXSERR_OBJECTONLINE
Object is online
|
static int |
MXSERR_OPERATIONNOTALLOWED
Operation not allowed for the current user
|
static int |
MXSERR_OPERATIONNOTSUPPORTED
Operation not supported
|
static int |
MXSERR_OUTOFMEMORY
Client out of memory
|
static int |
MXSERR_QUOTAEXCEEDED
Vault quota exceeded
|
static int |
MXSERR_REDSTATUS
Careful, the server entered in red status
|
static int |
MXSERR_SERVER
server errors base
|
static int |
MXSERR_SERVERBUSY
Server too busy to answer
|
static int |
MXSERR_TOMBSTONE
Could not access object, it is a tombstone
|
static int |
MXSERR_TYPEMISMATCH
Expected type different from real type
|
static int |
MXSERR_UNABLETOLOCKOBJECT
Unable to lock object
|
static int |
MXSERR_UNEXPECTEDRESULT
Unexpected result from the server
|
static int |
MXSERR_UNKNOWN
Unknown error in the server
|
static int |
MXSERR_UNKNOWNNODE
Could not contact the given server
|
static final int MXSERR_NOERR
static final int MXSERR_CLIENT
static final int MXSERR_NETWORK
static final int MXSERR_SERVER
static final int MXSERR_INVALIDOPERATION
static final int MXSERR_INVALIDREFERENCE
static final int MXSERR_INVALIDPARAMETER
static final int MXSERR_FILESYS
static final int MXSERR_CLOSEDOBJECT
static final int MXSERR_OUTOFMEMORY
static final int MXSERR_UNEXPECTEDRESULT
static final int MXSERR_NOMEM
static final int MXSERR_TYPEMISMATCH
static final int MXSERR_NOSUCHELEMENT
static final int MXSERR_CHECKSUMERROR
static final int MXSERR_UNKNOWNNODE
static final int MXSERR_CONNECTIONBROKEN
static final int MXSERR_BADTRANSMISSION
static final int MXSERR_UNKNOWN
static final int MXSERR_OPERATIONNOTALLOWED
static final int MXSERR_SERVERBUSY
static final int MXSERR_INVALIDCLUSTER
static final int MXSERR_INVALIDVAULT
static final int MXSERR_INVALIDUSER
static final int MXSERR_INVALIDOBJECT
static final int MXSERR_EXISTINGOBJECT
static final int MXSERR_OPERATIONNOTSUPPORTED
static final int MXSERR_EOF
static final int MXSERR_OBJECTINRETENTION
static final int MXSERR_UNABLETOLOCKOBJECT
static final int MXSERR_TOMBSTONE
static final int MXSERR_NOTSECGUARD
static final int MXSERR_AMBERSTATUS
static final int MXSERR_REDSTATUS
static final int MXSERR_INVALIDATTRIBUTE
static final int MXSERR_EXISTINGATTRIBUTE
static final int MXSERR_QUOTAEXCEEDED
static final int MXSERR_MXSQUOTAEXCEEDED
static final int MXSERR_OBJECTONLINE
static final int MXSERR_OBJECTOFFLINE
static final int MXSERR_ENTITYNOTFOUND