Searched defs:errCode (Results 1 – 5 of 5) sorted by relevance
29 static napi_value NewError(napi_env env, int32_t errCode, const char* errMessage) in NewError()66 static void ThrowError(napi_env env, int32_t errCode, const char* errMessage) in ThrowError()
44 JSIValue errCode = JSI::CreateNumber(ret); in FailCallBack() local
116 #define SUCCEEDED(errCode) ((errCode) == ERR_OK) argument117 #define FAILED(errCode) ((errCode) != ERR_OK) argument
507 uint32_t errCode = 401; // 401:The code parameter of this error is 401 in ThrowError() local
322 uint32_t errCode = 401; in ThrowError() local