SqliteException

Exception thrown when SQLite functions return an error.

Constructors

this
this(string msg, int code, string sql, string file, size_t line, Throwable next)
Undocumented in source.
this
this(string msg, 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, or 0 if this code is not known.

sql
string sql;

The SQL code that raised the exception, if applicable.

Meta