SqliteException

Exception thrown when SQLite functions return an error.

class SqliteException : Exception {}

Constructors

this
this(string msg, int code, string sql, string file, size_t line, Throwable next)
Undocumented in source.

Members

Variables

code
int code;

The code of the error that raised the exception

sql
string sql;

The SQL code that raised the exception, if applicable.

Meta