Search Results
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes-configuration-or-application-error.html
The following list enumerates all NDB errors of type CE (Configuration or application error).
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes-user-defined-error.html
The following list enumerates all NDB errors of type UD (User defined error).
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes-unknown-result-error.html
The following list enumerates all NDB errors of type UR (Unknown result error). NDB error code 4008 MySQL error DMEC Error message Receive from NDB failed NDB error code 4009 MySQL error HA_ERR_NO_CONNECTION Error message Cluster Failure NDB error ...
https://dev.mysql.com/doc/connectors/en/connector-python-api-errors-custom-error-exception.html
Syntax: errors.custom_error_exception(error=None, exception=None) This method defines custom exceptions for MySQL server errors and returns current customizations. If error is a MySQL Server error number, you must also pass the exception class. The ...
https://dev.mysql.com/doc/connector-python/en/connector-python-api-errors-custom-error-exception.html
Syntax: errors.custom_error_exception(error=None, exception=None) This method defines custom exceptions for MySQL server errors and returns current customizations. If error is a MySQL Server error number, you must also pass the exception class. The ...
https://dev.mysql.com/doc/ndbapi/en/ndb-api-errors.html
Abstract This section contains a discussion of error handling in NDB API applications as well as listing listings of the most common NDB error codes and messages, along with their classifications and likely causes for which they might be raised.
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes-no-error.html
The following list enumerates all NDB errors of type NE (No error). NDB error code 0 MySQL error 0 Error message No error .
https://dev.mysql.com/doc/heatwave/en/heatwave-errors.html
Error number: 1064; Symbol: HW_ER_UNSUPPORTED_OPERATION_OVER_NON_PVARCHAR_COLS Message: Compression, [%s], is supported only on padded VARCHAR columns. The following list contains all current MySQL HeatWave errors in numerical order. The entry for ...If the issue persists, reload the table and retry the query with use_secondary_engine session variable set to ...
https://dev.mysql.com/doc/refman/9.7/en/performance-schema-error-summary-tables.html
row *************************** ERROR_NUMBER: 1064 ERROR_NAME: ER_PARSE_ERROR SQL_STATE: 42000 SUM_ERROR_RAISED: 1 SUM_ERROR_HANDLED: 0 FIRST_SEEN: 2016-06-28 07:34:02 LAST_SEEN: 2016-06-28 07:34:02 *************************** 2. The Performance ...
https://dev.mysql.com/doc/connectors/en/connector-j-reference-error-sqlstates.html
The table below provides a mapping of the MySQL error numbers to JDBC SQLState values.