Exceptions of the class LoaderError are raised if the Loader Server program registers an error.
Instances of the class LoaderError have the following attributes:
Attribute |
Description |
errorCode |
Number of the error message (see also: the documentation Messages) |
message |
Long text of the error message |
sqlCode |
Number of the error message of the SQL statement (if the execution of the statement caused an SQL error), or 0 (if the execution of the statement caused a Loader error) |
sqlMessage |
Text of the SQL error message |
cmd |
Loader command that caused the error |