nn::Result::Description Enumerated Type

Syntax

#include <nn/Result.h>

enum Description;

Value

Value Description
DESCRIPTION_SUCCESS Process succeeded.
DESCRIPTION_INVALID_SELECTION Indicates invalid value was specified (when specifiable values are discrete).
DESCRIPTION_TOO_LARGE Value is too large.
DESCRIPTION_NOT_AUTHORIZED Operation not allowed.
DESCRIPTION_ALREADY_DONE The internal state is an already specified state.
DESCRIPTION_INVALID_SIZE Invalid value size.
DESCRIPTION_INVALID_ENUM_VALUE Invalid enum value.
DESCRIPTION_INVALID_COMBINATION Invalid combination of arguments.
DESCRIPTION_NO_DATA No data.
DESCRIPTION_BUSY Could not execute as another process is being executed.
DESCRIPTION_MISALIGNED_ADDRESS Address is misaligned.
DESCRIPTION_MISALIGNED_SIZE Size is misaligned.
DESCRIPTION_OUT_OF_MEMORY Insufficient memory.
DESCRIPTION_NOT_IMPLEMENTED (Not yet implemented.)
DESCRIPTION_INVALID_ADDRESS Invalid address.
DESCRIPTION_INVALID_POINTER Invalid pointer.
DESCRIPTION_INVALID_HANDLE Invalid handle.
DESCRIPTION_NOT_INITIALIZED Not initialized.
DESCRIPTION_ALREADY_INITIALIZED Already initialized.
DESCRIPTION_NOT_FOUND Target not found.
DESCRIPTION_CANCEL_REQUESTED Request canceled.
DESCRIPTION_ALREADY_EXISTS Target already exists.
DESCRIPTION_OUT_OF_RANGE Value out of defined range.
DESCRIPTION_TIMEOUT Process has timed out.
DESCRIPTION_INVALID_RESULT_VALUE

Description

Enumerated type representing error descriptions. (Do not use this type for error handling.)

Negative values are common throughout the SDK. Positive values are defined independently by each library.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL