Collection Contents Previous Next PDF

QAnywhere User's Guide

QAnywhere C++ API Reference

Class QAError


Synopsis 

public QAError

Remarks 

This class defines error constants associated with the QAnywhere client. A QAError object is used internally by the Class QAManager object to keep track of errors associated with messaging operations. The application programmer should not need to create an instance of this class. The error constants should be used by the application programmer when interpreting error codes returned by getLastError Function

See Also 

getLastErrorMsg Function

Members 

All members of QAError, including all inherited members.


COMMON_GET_INIT_FILE_ERROR Variable
COMMON_INIT_ERROR Variable
COMMON_INIT_THREAD_ERROR Variable
COMMON_INVALID_PROPERTY Variable
COMMON_MSG_NOT_WRITEABLE_ERROR Variable
COMMON_MSG_RETRIEVE_ERROR Variable
COMMON_MSG_STORE_ERROR Variable
COMMON_MSG_STORE_NOT_INITIALIZED Variable
COMMON_MSG_STORE_TOO_LARGE Variable
COMMON_NO_DEST_ERROR Variable
COMMON_NO_IMPLEMENTATION Variable
COMMON_OPEN_ERROR Variable
COMMON_OPEN_LOG_FILE_ERROR Variable
COMMON_TERMINATE_ERROR Variable
COMMON_UNEXPECTED_EOM_ERROR Variable
QA_NO_ERROR Variable
~QAError Function

Collection Contents Previous Next PDF