nn::nex::qResult Class

Syntax

class qResult : public nn::nex::RootObject

Description

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

Member Functions

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.

Class Hierarchy

nn::nex::RootObject
  nn::nex::qResult

See Also

ErrorCodeConverter

Revision History

2013/03/26
Inherited from RootObject.
2011/01/27
Initial version.

CONFIDENTIAL