SQLite error code
SQLITE_CONSTRAINT_VTAB
SQLITE_CONSTRAINT_VTAB is SQLite result code 2323, an extended code of SQLITE_CONSTRAINT.
| Result code | 2323 |
|---|---|
| Name | SQLITE_CONSTRAINT_VTAB |
| Primary code | SQLITE_CONSTRAINT |
What it means
The SQLITE_CONSTRAINT_VTAB error code is not currently used by the SQLite core. However, this error code is available for use by application-defined virtual tables.
Source: SQLite Result and Error Codes