Index of exceptions


S
Sqlite_busy [Sqlite]
Raised when sqlite database is busy.
Sqlite_done [Sqlite]
Raised when step-by-step query execution using a vm is finished and the program tries to fetch non-existing row of query result.
Sqlite_error [Sqlite]
Sqlite_error is raised when some sql operation finishes with error.
Sqlite_null_value [Sqlite]
Raised by step_simple when null value is found in the result row.