SQLITE_INTERNAL

Constant SQLITE_INTERNAL 

Source
pub const SQLITE_INTERNAL: c_int = 2;
Expand description

SQLite internal error status code.

Indicates an internal error in SQLite or the extension. Used when unexpected errors occur during tokenization or initialization. Value: 2