errors.fyi community error code reference

SQLite Result Codes

Integer result codes returned by SQLite C API functions. Primary result codes occupy the low 8 bits; extended result codes add detail in the higher bits and are a superset of the primary codes.

References

65 codes