Start of Content Area

Function documentation Class LoaderError  Locate the document in its SAP Library structure

Use

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: Messages

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

 

 

End of Content Area