A class containing constants for SQLite error codes.
These error codes are defined in the SQLite documentation at: https://www.sqlite.org/rescode.html
Properties
- hashCode → int
-
The hash code for this object.
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
- checkViolation → const String
- configurationLimitExceeded → const String
- connectionFailure → const String
- dataCorrupted → const String
- dataException → const String
- datatypeMismatch → const String
- deadlockDetected → const String
- diskFull → const String
- duplicateColumn → const String
- duplicateTable → const String
- foreignKeyViolation → const String
- indexCorrupted → const String
- insufficientPrivilege → const String
- insufficientResources → const String
- integrityConstraintViolation → const String
- internalError → const String
- invalidAuthorizationSpecification → const String
- invalidPassword → const String
- invalidSavepointSpecification → const String
- ioError → const String
- lockNotAvailable → const String
- noData → const String
- notNullViolation → const String
- objectInUse → const String
- operatorIntervention → const String
- outOfMemory → const String
- programLimitExceeded → const String
- protocolViolation → const String
- queryCanceled → const String
- readOnlySqlTransaction → const String
- statementTooComplex → const String
- successfulCompletion → const String
- syntaxError → const String
- syntaxErrorOrAccessRuleViolation → const String
- systemError → const String
- tooManyArguments → const String
- tooManyColumns → const String
- transactionRollback → const String
- undefinedColumn → const String
- undefinedTable → const String
- uniqueViolation → const String