Documentation updates.

This commit is contained in:
adustman
2001-04-28 03:27:58 +00:00
parent 76e8266a19
commit 3e2c672724
6 changed files with 45 additions and 1 deletions

View File

@ -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