nn::Result Classclass Result
Class that indicates the result of an operation.
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. |
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. |
CONFIDENTIAL