CBLErrorCode enum

Inheritance

Constructors

CBLErrorCode()
const

Values

assertionFailed → const CBLErrorCode
unimplemented → const CBLErrorCode
unsupportedEncryption → const CBLErrorCode
badRevisionId → const CBLErrorCode
corruptRevisionData → const CBLErrorCode
notOpen → const CBLErrorCode
notFound → const CBLErrorCode
conflict → const CBLErrorCode
invalidParameter → const CBLErrorCode
unexpectedError → const CBLErrorCode
cantOpenFile → const CBLErrorCode
iOError → const CBLErrorCode
memoryError → const CBLErrorCode
notWriteable → const CBLErrorCode
corruptData → const CBLErrorCode
busy → const CBLErrorCode
notInTransaction → const CBLErrorCode
transactionNotClosed → const CBLErrorCode
unsupported → const CBLErrorCode
notADatabaseFile → const CBLErrorCode
wrongFormat → const CBLErrorCode
crypto → const CBLErrorCode
invalidQuery → const CBLErrorCode
missingIndex → const CBLErrorCode
invalidQueryParam → const CBLErrorCode
remoteError → const CBLErrorCode
databaseTooOld → const CBLErrorCode
databaseTooNew → const CBLErrorCode
badDocId → const CBLErrorCode
cantUpgradeDatabase → const CBLErrorCode

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<CBLErrorCode>
A constant List of the values in this enum, in order of their declaration.