Numerical Error and Result Codes

<< Click to Display Table of Contents >>

Navigation:  Multi-Protocol MasterOPC Server > Lua 5.1 Reference Manual > LuaSQLite3 Reference Manual >

Numerical Error and Result Codes

Numerical Error and Result Codes

The following constants are defined by module sqlite3:

OK: 0          ERROR: 1       INTERNAL: 2    PERM: 3        ABORT: 4

BUSY: 5        LOCKED: 6      NOMEM: 7       READONLY: 8    INTERRUPT: 9

IOERR: 10      CORRUPT: 11    NOTFOUND: 12   FULL: 13       CANTOPEN: 14

PROTOCOL: 15   EMPTY: 16      SCHEMA: 17     TOOBIG: 18     CONSTRAINT: 19

MISMATCH: 20   MISUSE: 21     NOLFS: 22      FORMAT: 24     RANGE: 25

NOTADB: 26     ROW: 100       DONE: 101

For details about their exact meaning please see the SQLite3 documentation ( http://www.sqlite.org/ ).