nn::nex::DataStoreErrorCode::ErrorCode Enumerated Type

Syntax

enum ErrorCode;

Value

Value Description
Unknown Unknown error.
InvalidArgument The argument is invalid.
PermissionDenied No access rights.
NotFound The specified data ID could not be found.
AlreadyLocked Cannot access because data is already read-locked.
UnderReviewing Cannot be accessed yet because it is under review.
Expired Data has expired.
InvalidCheckToken The specified check token is invalid.
SystemFileError Failed to load system file.
OverCapacity Exceeds the number that can be batch-processed.
OperationNotAllowed The requested operation is not permitted.
InvalidPassword Password is incorrect.
ValueNotEqual The value is not equal.

Description

Error codes for the DataStore module.

Revision History

2011/01/27
Initial version.

CONFIDENTIAL