class qResult : public nn::nex::RootObject
Represents the processing results returned by the NEX library.
The results returned by this class are defined by the ErrorCode
and SuccesCode
definitions in each specific facility. To read details about the individual error codes and success codes that can be returned by a given facility, refer to that facility.
Do not directly pass the values that can be obtained by the qResult::GetReturnCode
function to the Error/EULA applets. To covert qResult
values into network error codes, use ErrorCodeConverter
qResult | Constructor. | |
---|---|---|
GetFacility | Gets the facility. | |
operator qBool | Returns true if successful, and false if there has been an error. |
|
operator= | An assignment operator. | |
operator== | A comparison operator. | |
GetReturnCode | Gets ReturnCode . |
|
GetErrorName | Gets the qResult error name as a C string. (For debugging.) |
|
Trace | Traces the content of a qResult object. |
nn::nex::RootObject
nn::nex::qResult
RootObject
.CONFIDENTIAL