Entering content frame

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

Exceptions of the LoaderError class are triggered when the Loader Server program registers an error. Possible causes are as follows:

·        An error occurred while processing an SQL statement (sql method)

·        An error occurred while processing a Loader command (cmd method)

Instances of the LoaderError class have the following attributes:

Attribute

Description

errorCode

Error message number (See also: Messages)

message

Long text of the error message

sqlCode

Number of the error message for the SQL statement (if executing the statement caused an SQL error), or

0 (if executing the statement caused a Loader error)

sqlMessage

Text of the SQL error message

 

 

Leaving content frame