Skip to main content

Module error

Module error 

Source

Enumsยง

AdapterError
Errors that can occur in the coordinator.
AuthenticationError

Functionsยง

eval_error_code ๐Ÿ”’
Maps an EvalError to the appropriate SQLSTATE.
parse_error_code ๐Ÿ”’
Maps a parse/cast ParseError to the appropriate DATA_EXCEPTION (class 22) SQLSTATE. Out-of-range values map to overflow codes and malformed input maps to invalid-representation codes, in both cases distinguishing datetime types from everything else, matching PostgreSQL.