nn::cx::ErrorCode Enumerated Type#include <nn/cx.h> enum ErrorCode;
| 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. |
Enumerated type representing the error codes.
CONFIDENTIAL