Entering content frame

 Python: Exception Classes 

Class: CommunicationError

Establishing a connection to the Loader has failed.

The value of the exception is an instance with the following attributes:

·        errorCode

·        message

Class: LoaderServError

The command failed.

The value of the exception is an instance with the following attributes:

·        errorCode(Loader error number)

·        message(Loader error text)

·        sqlCode (SQL error number if an SQL command fails, otherwise 0)

·        sqlMessage (SQL error text if an SQL command fails, otherwise 0)

 

Leaving content frame