Table of Contents

StorageErrorType

Specifies the different types of errors that can occur when interacting with the CloudStorage service.

Fields
CloudStorageHasBeenDisposed = 10

The CloudStorage object has been disposed and can no longer be used.

DeserializationFailed = 12

Deserializing an object from loaded JSON data failed.

EmptyArgument = 9

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 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 an object, but no item with that key existed.

None = 0

No error has occurred.

NotLoggedIn = 1

The user is not logged in.

NullArgument = 8

A null argument was provided when a non-null argument was required.

ObjectNotFound = 7

An attempt was made to load an object from cloud storage, but no object with the provided identifier was found.

RequestException = 2

An error occurred when trying to communicate with coherence Cloud.

SerializationFailed = 11

Serializing an object to be saved into JSON failed.