Function documentationLoaderError Class (sdb.loader Module) Locate this document in the navigation structure

 

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

More information: Messages

message

Long text

sqlCode

  • Number of the error message of the SQL statement (for SQL errors)

  • 0 (for Loader errors)

sqlMessage

Text of the SQL error message