nn::cx::ErrorCode Enumerated Type

Syntax

#include <nn/cx.h>

enum ErrorCode;

Value

Value Description
ERROR_CODE_SUCCESS (= 0) Successful
ERROR_CODE_UNSUPPORTED (= -1) An unsupported format has been detected.
ERROR_CODE_DATA_SHORTAGE (= -2) Not enough data entered.
ERROR_CODE_DATA_REMAINDER (= -3) The process ended but there is still data remaining.
ERROR_CODE_BUFFER_OVERRUN (= -4) An invalid buffer overrun has occurred.
ERROR_CODE_ILLEGAL_TABLE (= -5) An invalid table has been specified.

Description

Enumerated type representing the error codes.

Revision History

2011/10/27
Initial version.

CONFIDENTIAL