LoaderError is a class of the sdb.loader module.
The methods of the sdb.loader module trigger exceptions of this class when the Loader server reports an error.
Possible causes:
● Error during execution of an SQL statement with the sql method
● Error during execution of a Loader command with the cmd method
Attributes of the Objects of the Class LoaderError
Name |
Description |
errorCode |
Message Number See: |
message |
Long text |
sqlCode |
● Number of the error message of the SQL statement (for an SQL error) ● 0 (for a Loader error) |
sqlMessage |
Text of the SQL error message |