ParseResult

nn::boss::NsaList::ParseResult Enumerated Type

Syntax

enum ParseResult;

Value

Value Description
NN_BOSS_NSALIST_PARSE_ERROR_INVALID_POINTER Definition of an NSAList Parse error. A pointer argument is NULL or some other parameter is invalid.
NN_BOSS_NSALIST_PARSE_ERROR_INVALID_WORK_BUF_SIZE Definition of an NSAList Parse error. The workBufSize argument is invalid. (A size smaller than 256 was specified, for example.)
NN_BOSS_NSALIST_PARSE_ERROR_FILE_INITIALIZE_FAILED Definition of an NSAList Parse error. An error occurred during the Initialize file operation.
NN_BOSS_NSALIST_PARSE_ERROR_FILE_GETSIZE_FAILED Definition of an NSAList Parse error. An error occurred during the GetSize file operation.
NN_BOSS_NSALIST_PARSE_ERROR_FILE_READ_FAILED Definition of an NSAList Parse error. An error occurred during the Read file operation.
NN_BOSS_NSALIST_PARSE_ERROR_FILE_INVALID_FORMAT Definition of an NSAList Parse error. Invalid file format.
NN_BOSS_NSALIST_PARSE_RESULT_MAX_VALUE A definition for handling the maximum number of items in an NSA list. (This is an enumerated type for internal processing. It cannot be used from the application.)

Description

Definitions of NsaList::Parse results.

Revision History

2011/10/27
Initial version.

CONFIDENTIAL