#define QRESULT_ERROR(FACILITY,RETURNCODE) NAMESPACE_NEX qResult(QERROR(FACILITY,RETURNCODE))
Name | Description | |
---|---|---|
in | FACILITY | Enumerator defined in qResultFacility |
in | RETURNCODE | Facility name + enumerator defined in ErrorCode . |
Generates qResult
from the facility and error enumerators.
CONFIDENTIAL