public QAError
Diese Klasse definiert Fehlerkonstanten, die einer QAnywhere-Clientanwendung zugeordnet sind.
Ein QAError-Objekt wird intern vom QAManager-Objekt verwendet, um Fehler zu verfolgen, die Messaging-Vorgängen zugeordnet sind. Für den Anwendungsprogrammierer sollte es nicht notwendig sein, eine Instanz dieser Klasse zu erstellen. Die Fehlerkonstanten dienen ihm zur Interpretation von Fehlercodes, die von getLastError zurückgegeben werden.
if (qa_mgr->getLastError() != QAError::QA_NO_ERROR) { // Process error. } |
Alle Mitglieder von QAError, einschließlich aller geerbten Mitglieder
COMMON_ALREADY_OPEN_ERROR-Variable
COMMON_GETQUEUEDEPTH_ERROR-Variable
COMMON_GETQUEUEDEPTH_ERROR_INVALID_ARG-Variable
COMMON_GETQUEUEDEPTH_ERROR_NO_STORE_ID-Variable
COMMON_GET_INIT_FILE_ERROR-Variable
COMMON_GET_PROPERTY_ERROR-Variable
COMMON_INIT_ERROR-Variable
COMMON_INIT_THREAD_ERROR-Variable
COMMON_INVALID_PROPERTY-Variable
COMMON_MSG_ACKNOWLEDGE_ERROR-Variable
COMMON_MSG_CANCEL_ERROR-Variable
COMMON_MSG_CANCEL_ERROR_SENT-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_NOT_OPEN_ERROR-Variable
COMMON_NO_DEST_ERROR-Variable
COMMON_NO_IMPLEMENTATION-Variable
COMMON_OPEN_ERROR-Variable
COMMON_OPEN_LOG_FILE_ERROR-Variable
COMMON_OPEN_MAXTHREADS_ERROR-Variable
COMMON_SELECTOR_SYNTAX_ERROR-Variable
COMMON_SET_PROPERTY_ERROR-Variable
COMMON_TERMINATE_ERROR-Variable
COMMON_UNEXPECTED_EOM_ERROR-Variable
COMMON_UNREPRESENTABLE_TIMESTAMP-Variable
QA_NO_ERROR-Variable
Kommentieren Sie diese Seite in DocCommentXchange. Senden Sie uns Feedback über diese Seite via E-Mail. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |