We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aa619d commit 8c17093Copy full SHA for 8c17093
docs/content/api/MySqlConnector/MySqlErrorCodeType.md
@@ -660,6 +660,8 @@ public enum MySqlErrorCode
660
| DebugSyncTimeout | `1639` | ER_DEBUG_SYNC_TIMEOUT |
661
| DebugSyncHitLimit | `1640` | ER_DEBUG_SYNC_HIT_LIMIT |
662
| CannotExecuteInReadOnlyTransaction | `1792` | ER_CANT_EXECUTE_IN_READ_ONLY_TRANSACTION |
663
+| CannotConvertString | `3854` | ER_CANNOT_CONVERT_STRING |
664
+| ClientInteractionTimeout | `4031` | ER_CLIENT_INTERACTION_TIMEOUT |
665
666
## See Also
667
0 commit comments