Errores de SQL/Base de DatosError
3900039000 — External Routine Invocation Exception
An external function was invoked incorrectly.
postgresql
Ver detalles MySQL 2006The connection to the MySQL server was lost.
Server closed the connection due to idle timeout, query exceeded max_allowed_packet, the server crashed, or network loss.
Increase wait_timeout and max_allowed_packet. Implement reconnection logic. Use connection pooling. Check server logs.
39000An external function was invoked incorrectly.
22001A string value is too long for the target column.
MySQL 1215MySQL cannot create the foreign key due to a definition mismatch.
22008A datetime value is outside the valid range for the field.
42703The specified column does not exist in the table or result set.
53200The database server ran out of memory.