-
public class DittoError.StoreErrorReasonThe possible underlying reasons a StoreError occurs.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classDittoError.StoreErrorReason.AttachmentFilePermissionDeniedThe attachment could not be found. (creation)
public final classDittoError.StoreErrorReason.AttachmentFileNotFoundThe given attachment file could not be found. (creation)
public final classDittoError.StoreErrorReason.AttachmentNotFoundThe attachment could not be found. (fetch)
public final classDittoError.StoreErrorReason.AttachmentTokenInvalidThe attachment token was invalid. (fetch)
public final classDittoError.StoreErrorReason.FailedToCreateAttachmentA problem occurred creating the attachment.
public final classDittoError.StoreErrorReason.FailedToFetchAttachmentA problem occurred fetching the attachment.
public final classDittoError.StoreErrorReason.AttachmentCopyTargetAlreadyExistsThe target file for the attachment copy already exists.
public final classDittoError.StoreErrorReason.BackendErrorAn error occurred with the storage backend (LMDB).
public classDittoError.StoreErrorReason.DocumentNotFoundThe document could not be found.
public final classDittoError.StoreErrorReason.FailedToCopyAttachmentThe attachment copy failed.
public final classDittoError.StoreErrorReason.FailedToDecodeCounterA Counter couldn't be created from the decoded Map.
public final classDittoError.StoreErrorReason.FailedToDecodeDocumentThe document could not be decoded.
public final classDittoError.StoreErrorReason.FailedToDecodeValueThe value could not be decoded.
public final classDittoError.StoreErrorReason.FailedToEncodeValueThe provided value could not be encoded.
public final classDittoError.StoreErrorReason.FailedToInitializeDittoDirectoryThe directory that Ditto attempted to use for its persisted data could not be initialized.
public final classDittoError.StoreErrorReason.InvalidCrdtTypeAn invalid CRDT type was encountered.
public final classDittoError.StoreErrorReason.InvalidLiveQueryIdThe live query has not obtained a valid identifier.
public final classDittoError.StoreErrorReason.InvalidValueForCrdtAn invalid value was encountered for a corresponding CRDT type.
public classDittoError.StoreErrorReason.NoIdPresentInDocumentThe document did not have an
_idkey when attempting to decode it.public classDittoError.StoreErrorReason.QueryArgumentsInvalidThe provided query arguments were invalid
public final classDittoError.StoreErrorReason.QueryCompilationFailedCompilation of the provided query failed.
public final classDittoError.StoreErrorReason.QueryErrorThe query was invalid.
public final classDittoError.StoreErrorReason.QueryInvalidThe query is invalid.
public final classDittoError.StoreErrorReason.QueryNotSupportedThe query is syntactically valid but uses features that are either not supported at all yet or not supported in a particular context.
-