SQL/Database ErrorsWarning
0100001000 — Warning
A non-critical warning was issued during SQL execution.
postgresql
View details SQLITE_AUTH (23)The authorizer callback denied the operation.
The sqlite3_set_authorizer() callback returned SQLITE_DENY.
Check the authorizer callback logic. Ensure the operation is permitted. Modify the authorizer if too restrictive.
01000A non-critical warning was issued during SQL execution.
22001A string value is too long for the target column.
SQLITE_TOOBIG (18)A string or BLOB value exceeds SQLite's maximum size.
2D000A transaction termination command was invalid in the current context.
42P01The specified table or view does not exist.
SQLITE_NOMEM (7)SQLite could not allocate enough memory.