Searched defs:nativeErrCode (Results 1 – 4 of 4) sorted by relevance
118 napi_value GenerateBusinessError(napi_env env, int32_t nativeErrCode, bool throwErr) in GenerateBusinessError()126 napi_value GenerateBusinessError(napi_env env, int32_t nativeErrCode) in GenerateBusinessError()138 void AccountNapiThrow(napi_env env, int32_t nativeErrCode, bool throwErr) in AccountNapiThrow()
147 int32_t NativeCodeToJsCode(int32_t nativeErrCode) in NativeCodeToJsCode()
394 void DlpNapiThrow(napi_env env, int32_t nativeErrCode) in DlpNapiThrow()
147 int32_t ConvertToJSErrCode(int32_t nativeErrCode) in ConvertToJSErrCode()