Searched refs:E_BASE (Results 1 - 10 of 10) sorted by relevance
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/ |
H A D | db_errno.h | 21 constexpr int E_BASE = 1000; // different from the other errno. member 22 constexpr int E_NOT_SUPPORT = (E_BASE + 1); // not support currently. 23 constexpr int E_INVALID_DB = (E_BASE + 2); // invalid db or connection. 24 constexpr int E_NOT_FOUND = (E_BASE + 3); // not found the resource. 25 constexpr int E_BUSY = (E_BASE + 4); // the db is busy 26 constexpr int E_UNEXPECTED_DATA = (E_BASE + 5); // Data does not match expectation. 27 constexpr int E_STALE = (E_BASE + 6); // Resource has been stopped, killed or destroyed. 28 constexpr int E_INVALID_ARGS = (E_BASE + 7); // the input args is invalid. 29 constexpr int E_REGISTER_OBSERVER = (E_BASE + 8); // error in register observer related function. 30 constexpr int E_TRANSACT_STATE = (E_BASE [all...] |
/foundation/distributeddatamgr/relational_store/interfaces/ndk/include/ |
H A D | relational_store_error_code.h | 64 E_BASE = 14800000, enumerator 74 RDB_E_ERROR = E_BASE, 79 RDB_E_INVALID_ARGS = (E_BASE + 1), 84 RDB_E_CANNOT_UPDATE_READONLY = (E_BASE + 2), 89 RDB_E_REMOVE_FILE = (E_BASE + 3), 94 RDB_E_EMPTY_TABLE_NAME = (E_BASE + 5), 99 RDB_E_EMPTY_VALUES_BUCKET = (E_BASE + 6), 104 RDB_E_EXECUTE_IN_STEP_QUERY = (E_BASE + 7), 109 RDB_E_INVALID_COLUMN_INDEX = (E_BASE + 8), 114 RDB_E_INVALID_COLUMN_TYPE = (E_BASE [all...] |
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/ |
H A D | rdb_errno.h | 31 constexpr int E_BASE = DISTRIBUTEDDATAMGR_RDB_ERR_OFFSET; member 36 constexpr int E_NOT_SUPPORT = (E_BASE + 801); 41 constexpr int E_ERROR = E_BASE; 46 constexpr int E_INVALID_ARGS = (E_BASE + 0x1); 51 constexpr int E_CANNOT_UPDATE_READONLY = (E_BASE + 0x2); 56 constexpr int E_REMOVE_FILE = (E_BASE + 0x3); 61 constexpr int E_INCORRECT_SQL = (E_BASE + 0x4); 66 constexpr int E_EMPTY_TABLE_NAME = (E_BASE + 0x5); 71 constexpr int E_EMPTY_VALUES_BUCKET = (E_BASE + 0x6); 76 constexpr int E_NOT_SELECT = (E_BASE [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/include/ |
H A D | doc_errno.h | 21 constexpr int E_BASE = 1000; member 22 constexpr int E_ERROR = E_BASE + 1; 23 constexpr int E_INVALID_ARGS = E_BASE + 2; 24 constexpr int E_UNFINISHED = E_BASE + 7; 25 constexpr int E_OUT_OF_MEMORY = E_BASE + 8; 26 constexpr int E_SECUREC_ERROR = E_BASE + 9; 27 constexpr int E_SYSTEM_API_FAIL = E_BASE + 10; 28 constexpr int E_FILE_OPERATION = E_BASE + 11; 29 constexpr int E_OVER_LIMIT = E_BASE + 12; 30 constexpr int E_INVALID_CONFIG_VALUE = E_BASE [all...] |
/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/ |
H A D | datashare_errno.h | 34 constexpr int E_BASE = 1000; member 39 constexpr int E_ERROR = (E_BASE + 1); 44 constexpr int E_REGISTERED_REPEATED = (E_BASE + 2); 50 constexpr int E_UNREGISTERED_EMPTY = (E_BASE + 3); 55 constexpr int E_INVALID_STATEMENT = (E_BASE + 7); 60 constexpr int E_INVALID_COLUMN_INDEX = (E_BASE + 8); 65 constexpr int E_INVALID_OBJECT_TYPE = (E_BASE + 20); 70 constexpr int E_INVALID_PARCEL = (E_BASE + 42); 75 constexpr int E_VERSION_NOT_NEWER = (E_BASE + 45); 80 constexpr int E_TEMPLATE_NOT_EXIST = (E_BASE [all...] |
/foundation/distributeddatamgr/preferences/interfaces/inner_api/include/ |
H A D | preferences_errno.h | 39 constexpr int E_BASE = DISTRIBUTEDDATAMGR_PREFERENCES_ERR_OFFSET; member 44 constexpr int E_NOT_SUPPORTED = (E_BASE + 801); 49 constexpr int E_ERROR = E_BASE; 54 constexpr int E_STALE = (E_BASE + 1); // Resource has been stopped, killed or destroyed. 59 constexpr int E_INVALID_ARGS = (E_BASE + 2); // the input args is invalid. 64 constexpr int E_OUT_OF_MEMORY = (E_BASE + 3); // out of memory 69 constexpr int E_NOT_PERMIT = (E_BASE + 4); // operation is not permitted 74 constexpr int E_KEY_EMPTY = (E_BASE + 5); 79 constexpr int E_KEY_EXCEED_MAX_LENGTH = (E_BASE + 6); 85 constexpr int E_PTR_EXIST_ANOTHER_HOLDER = (E_BASE [all...] |
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/ |
H A D | datashare_errno.h | 25 constexpr int E_BASE = 1000; member 30 constexpr int E_ERROR = (E_BASE + 1); 35 constexpr int E_REGISTERED_REPEATED = (E_BASE + 2); 41 constexpr int E_UNREGISTERED_EMPTY = (E_BASE + 3); 46 constexpr int E_INVALID_STATEMENT = (E_BASE + 7); 51 constexpr int E_INVALID_COLUMN_INDEX = (E_BASE + 8); 56 constexpr int E_INVALID_OBJECT_TYPE = (E_BASE + 20); 61 constexpr int E_INVALID_PARCEL = (E_BASE + 42); 66 constexpr int E_VERSION_NOT_NEWER = (E_BASE + 45); 71 constexpr int E_TEMPLATE_NOT_EXIST = (E_BASE [all...] |
/foundation/communication/netstack/interfaces/kits/c/net_websocket/include/ |
H A D | net_websocket_type.h | 190 E_BASE = 1000, enumerator 195 WEBSOCKET_CLIENT_NULL = (E_BASE + 1), 200 WEBSOCKET_CLIENT_NOT_CREATED = (E_BASE + 2), 205 WEBSOCKET_CONNECTION_ERROR = (E_BASE + 3), 210 WEBSOCKET_CONNECTION_PARSE_URL_ERROR = (E_BASE + 5), 215 WEBSOCKET_CONNECTION_NO_MEMORY = (E_BASE + 6), 220 WEBSOCKET_CONNECTION_CLOSED_BY_PEER = (E_BASE + 7), 225 WEBSOCKET_DESTROYED = (E_BASE + 8), 230 WEBSOCKET_PROTOCOL_ERROR = (E_BASE + 9), 235 WEBSOCKET_SEND_NO_MEMORY = (E_BASE [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | db_dfx_adapter.cpp | 86 int dbDfxErrCode = -(reportTask.errCode - E_BASE) + E_DB_DFX_BASE; in ReportBehavior()
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | rdb_store_impl.cpp | 1491 return E_BASE; in InnerBackup() 1499 return conn == nullptr ? E_BASE : conn->Backup(databasePath, {}, false, slaveStatus_); in InnerBackup()
|
Completed in 8 milliseconds