mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-16 03:50:43 +08:00
Documentation updates.
This commit is contained in:
@ -1,3 +1,10 @@
|
||||
"""MySQL Connection Errors
|
||||
|
||||
Nearly all of these raise OperationalError. COMMANDS_OUT_OF_SYNC
|
||||
raises ProgrammingError.
|
||||
|
||||
"""
|
||||
|
||||
MIN_ERROR = 2000
|
||||
MAX_ERROR = 2999
|
||||
UNKNOWN_ERROR = 2000
|
||||
|
Reference in New Issue
Block a user