1037 |
HY001 |
ER_OUTOFMEMORY |
The machine where TcaplusDB is located is out of memory |
Please contact DBA or O&M personnel for handling |
1049 |
42000 |
ER_BAD_DB_ERROR |
The accessed database does not exist |
Please check if the AppID and ZoneID are correct |
1051 |
42S02 |
ER_BAD_TABLE_ERROR |
The accessed table does not exist |
Please check whether the AppID, ZoneID and table name are correct and whether the form is in the "Accepted" status |
1054 |
42S22 |
ER_BAD_FIELD_ERROR |
The field name does not exist |
Please check whether the AppID, ZoneID and table name are correct and whether the field name exists |
1059 |
42000 |
ER_TOO_LONG_IDENT |
The field name length exceeds the limit |
The maximum field name length supported by TcaplusDB is 31 bytes |
1069 |
42000 |
ER_TOO_MANY_KEYS |
The number of Key fields exceeds the limit |
The maximum number of Key fields supported by TcaplusDB is 8 |
1105 |
HY000 |
ER_UNKNOWN_ERROR |
Unknown error or unclassifiable error |
Please check whether there are cases such as field type mismatch, attempting to modify a read-only field, executing a global index query on a field without a global index, field value length exceeding the defined length, no key field value specified when inserting a record, and too many records involved in the batch request. You can combine the error information characters in the response |
1117 |
HY000 |
ER_TOO_MANY_FIELDS |
The number of Value fields exceeds the limit |
The maximum number of Value fields supported by TcaplusDB is 256 |
1127 |
42000 |
ER_SPECIFIC_ACCESS_DENIED_ERROR |
Connection authentication failed |
Check whether the access address, access port, database name, user name, and password are correct, and whether the user has access permissions. If the information above is correct, check whether the authentication plug-in of MySQL Client or SDK is mysql_native_password |
1136 |
21S01 |
ER_WRONG_VALUE_COUNT_ON_ROW |
The number of field names is inconsistent with the number of field values |
Please check whether the number of field names in the insert statement is equal to the number of field values |
1149 |
42000 |
ER_SYNTAX_ERROR |
The SQL statement has syntax errors |
Please check the SQL statement for syntax errors or syntax expressions not supported by TcaplusDB |
1235 |
42000 |
ER_NOT_SUPPORTED_YET |
SQL requests not yet supported by TcaplusDB |
|
1815 |
HY000 |
ER_INTERNAL_ERROR |
TcaplusDB system errors |
Please contact the DBA or O&M personnel to handle errors with the error message string |