SQL/Database ErrorsError
23503errorCodes.sql-23503.name
errorCodes.sql-23503.description
postgresql
View details MySQL 1040errorCodes.sql-mysql-1040.description
errorCodes.sql-mysql-1040.cause
errorCodes.sql-mysql-1040.fix
-- Too many connections
SHOW VARIABLES LIKE 'max_connections';
SET GLOBAL max_connections = 500;23503errorCodes.sql-23503.description
SQLITE_SCHEMA (17)errorCodes.sql-sqlite-schema.description
MySQL 1048errorCodes.sql-mysql-1048.description
SQLITE_IOERR (10)errorCodes.sql-sqlite-ioerr.description
22008errorCodes.sql-22008.description
22P02errorCodes.sql-22p02.description