Namespace adobeDPS-EncryptedStorageErrorCodes
- Platforms:
- iOS
This is an enumeration object defining all the supported adobeDPS-EncryptedStorageService error codes.
Static Fields
Field | Defined By | |
---|---|---|
adobeDPS-EncryptedStorageErrorCodes.STORAGE_OUT_OF_SPACE
Value: 1
The encrypted store has run out of space. |
EncryptedStorageErrorCodes
|
|
adobeDPS-EncryptedStorageErrorCodes.STORAGE_IO_ERROR
Value: 2
The storage operation encountered a I/O error. |
EncryptedStorageErrorCodes
|
|
adobeDPS-EncryptedStorageErrorCodes.STORAGE_DECRYPTION_ERROR
Value: 3
The password did not decrypt the store contents. |
EncryptedStorageErrorCodes
|
|
adobeDPS-EncryptedStorageErrorCodes.STORAGE_INVALID_ARGUMENT
Value: 11
The function parameter is invalid. |
EncryptedStorageErrorCodes
|
|
adobeDPS-EncryptedStorageErrorCodes.STORAGE_NOT_OPEN
Value: 12
The encrypted store is not open. |
EncryptedStorageErrorCodes
|
|
adobeDPS-EncryptedStorageErrorCodes.STORAGE_NOT_CLOSED
Value: 13
The encrypted store is not closed. |
EncryptedStorageErrorCodes
|
|
adobeDPS-EncryptedStorageErrorCodes.STORAGE_INVALID_PASSWORD
Value: 14
The password is invalid. |
EncryptedStorageErrorCodes
|
|
adobeDPS-EncryptedStorageErrorCodes.STORAGE_PASSWORD_NOT_AVAILABLE
Value: 15
The encrypted store password is unavailable. |
EncryptedStorageErrorCodes
|
|
adobeDPS-EncryptedStorageErrorCodes.STORAGE_VALUE_SIZE_EXCEEDED
Value: 16
The data size of the specified value in a key/value pair is too large. |
EncryptedStorageErrorCodes
|
|
adobeDPS-EncryptedStorageErrorCodes.STORAGE_INVALID_KEY
Value: 16
An invalid key was specified. |
EncryptedStorageErrorCodes
|
|
adobeDPS-EncryptedStorageErrorCodes.STORAGE_NO_SECURE_PASSWORD_STORE
Value: 18
Secure password storage is not supported. |
EncryptedStorageErrorCodes
|
Static Field Details
adobeDPS-EncryptedStorageErrorCodes.STORAGE_OUT_OF_SPACE
Value: 1
The encrypted store has run out of space. This error occurs when the encrypted store runs out of space during data insertions. This is considered a critical error which will abort the attempted operation. The user must remove items from the encrypted store or otherwise free up space on the device.
The encrypted store has run out of space. This error occurs when the encrypted store runs out of space during data insertions. This is considered a critical error which will abort the attempted operation. The user must remove items from the encrypted store or otherwise free up space on the device.
adobeDPS-EncryptedStorageErrorCodes.STORAGE_IO_ERROR
Value: 2
The storage operation encountered a I/O error. This error occurs when the encrypted store encounters an I/O error during an item insertion, retrieval or deletion. The user should retry the operation that caused this error or delete items if an item insertion provoked the error.
The storage operation encountered a I/O error. This error occurs when the encrypted store encounters an I/O error during an item insertion, retrieval or deletion. The user should retry the operation that caused this error or delete items if an item insertion provoked the error.
adobeDPS-EncryptedStorageErrorCodes.STORAGE_DECRYPTION_ERROR
Value: 3
The password did not decrypt the store contents. The provided password, either from the native secure password store or the programming interface, did not decrypt the store contents. The password should be checked for validity and re-entered. If no valid password can be provided, then the contents of the store will be unavailable and the service should be reset.
The password did not decrypt the store contents. The provided password, either from the native secure password store or the programming interface, did not decrypt the store contents. The password should be checked for validity and re-entered. If no valid password can be provided, then the contents of the store will be unavailable and the service should be reset.
adobeDPS-EncryptedStorageErrorCodes.STORAGE_INVALID_ARGUMENT
Value: 11
The function parameter is invalid. This error indicates that an invalid argument has been provided.
The function parameter is invalid. This error indicates that an invalid argument has been provided.
adobeDPS-EncryptedStorageErrorCodes.STORAGE_NOT_OPEN
Value: 12
The encrypted store is not open. This error indicates that the encrypted store needs to be open, but it is currently closed.
The encrypted store is not open. This error indicates that the encrypted store needs to be open, but it is currently closed.
adobeDPS-EncryptedStorageErrorCodes.STORAGE_NOT_CLOSED
Value: 13
The encrypted store is not closed. This error indicates that the encrypted store needs to be closed, but it is currently open.
The encrypted store is not closed. This error indicates that the encrypted store needs to be closed, but it is currently open.
adobeDPS-EncryptedStorageErrorCodes.STORAGE_INVALID_PASSWORD
Value: 14
The password is invalid. The encrypted store password must be less than 65 characters in length.
The password is invalid. The encrypted store password must be less than 65 characters in length.
adobeDPS-EncryptedStorageErrorCodes.STORAGE_PASSWORD_NOT_AVAILABLE
Value: 15
The encrypted store password is unavailable. A password has not been provided in either the command or the secure password store.
The encrypted store password is unavailable. A password has not been provided in either the command or the secure password store.
adobeDPS-EncryptedStorageErrorCodes.STORAGE_VALUE_SIZE_EXCEEDED
Value: 16
The data size of the specified value in a key/value pair is too large. The size of the value object is computed as the length of the JSON representation of the object in characters. It is limited to 16 million characters (1024*1024*16).
The data size of the specified value in a key/value pair is too large. The size of the value object is computed as the length of the JSON representation of the object in characters. It is limited to 16 million characters (1024*1024*16).
adobeDPS-EncryptedStorageErrorCodes.STORAGE_INVALID_KEY
Value: 16
An invalid key was specified. The key must be a regular, printable JavaScript string with a maximum of 64 characters. A null or empty string is not allowed. The special characters encoded with escape notation are not allowed: \' \" \\ \n \r \v \t \b \f. These are the single quote, double quote, backslash, new line, carriage return, vertical tab, tab, backspace, and form feed characters.
An invalid key was specified. The key must be a regular, printable JavaScript string with a maximum of 64 characters. A null or empty string is not allowed. The special characters encoded with escape notation are not allowed: \' \" \\ \n \r \v \t \b \f. These are the single quote, double quote, backslash, new line, carriage return, vertical tab, tab, backspace, and form feed characters.
adobeDPS-EncryptedStorageErrorCodes.STORAGE_NO_SECURE_PASSWORD_STORE
Value: 18
Secure password storage is not supported. An attempt was made to retain the encrypted store password in the native device secure key store, but this is not supported on the current device.
Secure password storage is not supported. An attempt was made to retain the encrypted store password in the native device secure key store, but this is not supported on the current device.
©2012-2013 Adobe Systems, inc
Documentation generated by JsDoc Toolkit 2.4.0 on Mon Aug 31 2015 09:23:26 GMT-0700 (PDT)
Documentation generated by JsDoc Toolkit 2.4.0 on Mon Aug 31 2015 09:23:26 GMT-0700 (PDT)