nn::Result::Summary Enumerated Type

Syntax

#include <nn/Result.h>

enum Summary;

Value

Value Description
SUMMARY_SUCCESS Process succeeded.
SUMMARY_NOTHING_HAPPENED Nothing happened.
SUMMARY_WOULD_BLOCK Process can block.
SUMMARY_OUT_OF_RESOURCE Cannot allocate required resources for processing.
SUMMARY_NOT_FOUND Target not found.
SUMMARY_INVALID_STATE Requested operation cannot be executed in the current internal state.
SUMMARY_NOT_SUPPORTED Not supported in current SDK.
SUMMARY_INVALID_ARGUMENT Invalid argument.
SUMMARY_WRONG_ARGUMENT Invalid non-argument parameter.
SUMMARY_CANCELLED Process canceled.
SUMMARY_STATUS_CHANGED State changed. (Example: Internal state changed while process was executing.)
SUMMARY_INTERNAL Error used internally by library.
SUMMARY_INVALID_RESULT_VALUE

Description

Enumerated type that indicates the summary of an error. (Do not use this type for error handling.)

Revision History

2010/01/07
Initial version.

CONFIDENTIAL