Home
last modified time | relevance | path

Searched refs:ARG_ERROR_BASE (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/oss/src/model/
A DModelError.h27 const int ARG_ERROR_BASE = ERROR_CLIENT_BASE + 1000; variable
28 const int ARG_ERROR_START = ARG_ERROR_BASE;
32 const int ARG_ERROR_DEFAULT = ARG_ERROR_BASE + 0;
34 const int ARG_ERROR_BUCKET_NAME = ARG_ERROR_BASE + 1;
35 const int ARG_ERROR_OBJECT_NAME = ARG_ERROR_BASE + 2;
70 const int ARG_ERROR_OPEN_UPLOAD_FILE = ARG_ERROR_BASE + 28;
75 const int ARG_ERROR_UPLOAD_FILE_MODIFIED = ARG_ERROR_BASE + 33;
81 const int ARG_ERROR_COPY_RECORD_INVALID = ARG_ERROR_BASE + 37;
84 const int ARG_ERROR_INVALID_RANGE = ARG_ERROR_BASE + 38;
120 const int ARG_ERROR_TAGGING_TAGS_LIMIT = ARG_ERROR_BASE + 65;
[all …]

Completed in 3 milliseconds