QRESULT_ERROR Macro

Syntax

#define QRESULT_ERROR(FACILITY,RETURNCODE) NAMESPACE_NEX qResult(QERROR(FACILITY,RETURNCODE))

Parameters

Name Description
in FACILITY Enumerator defined in qResultFacility
in RETURNCODE Facility name + enumerator defined in ErrorCode.

Description

Generates qResult from the facility and error enumerators.

Revision History

2011/01/27
Initial version.

CONFIDENTIAL