nn::Result Class

Header file: nn/Result.h

Syntax

class Result

Description

Class that indicates the result of an operation.

Enumerated Types

Level Enumerated type that indicates the severity of errors.
Summary Enumerated type that indicates the summary of an error.
Module Enumerated type that indicates the modules in which errors occurred.

Member Functions

IsFailure Returns true if the operation failed, or false if it succeeded.
IsSuccess Returns true if the operation succeeded, or false if it failed.
GetLevel Returns a Level enumerated type indicating the severity of the error.
GetSummary Returns a Summary enumerated type indicating a summary of the error.
GetModule Returns a Module enumerated type indicating the module in which the error occurred.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL