StorageErrorType
Specifies the different types of errors that can occur when interacting with the CloudStorage service.
Fields
CloudStorageHasBeenDisposed = 11
The CloudStorage object has been disposed and can no longer be used.
EmptyArgument = 10
An empty collection was provided when one or more elements were required.
InvalidKey = 4
An invalid key for an item was provided.
InvalidObjectId = 3
An invalid storage object identifier was provided.
InvalidValue = 5
An invalid value for an item was provided.
KeyNotFound = 6
An attempt was made to retrieve a value with a given key from a storage object, but no item with that key existed.
None = 0
No error has occurred.
NotLoggedIn = 1
The user is not logged in.
NullArgument = 9
A null argument was provided when a non-null argument was required.
RequestException = 2
An error occurred when trying to communicate with coherence Cloud.
StorageObjectAlreadyExists = 7
An attempt was made to create a new storage object, but a storage object with the same identifier already exists.
StorageObjectNotFound = 8
An attempt was made to load a storage object from cloud storage, but no storage object with the provided identifier was found.