Status Information for QXXML

Each QXXML response message can include three status attributes: statusCode, statusSeverity, and statusMessage.
statusCode Ranges
Range
statusSeverity General meaning of codes in this range
0-499 Success QXpress processed the request and has returned data in the remainder of the message.
500-999 Warning QXpress processed the request and has returned data in the remainder of the message, but the results might not be consistent with what you expected.
1000-1999 Error An error has occurred, and no data is returned.

All statusCode Values
Code
Meaning Explanation
0
The QXpress server processed the request successfully. Status OK
1
No match. A query request did not find a matching object in QXpress.
1000
General error There has been an internal error when processing the request. The problem encountered is outlined in the statusMessage.
At this time, no other statusCodes have been defined.