Searched defs:externalErrorCode (Results 1 – 5 of 5) sorted by relevance
134 …:string FormErrors::QueryExternalErrorMessage(int32_t internalErrorCode, int32_t externalErrorCode) in QueryExternalErrorMessage()146 std::string FormErrors::GetErrorMsgByExternalErrorCode(int32_t externalErrorCode) in GetErrorMsgByExternalErrorCode()
1354 void FormMgr::GetExternalError(int32_t innerErrorCode, int32_t &externalErrorCode, std::string &err… in GetExternalError()1362 std::string FormMgr::GetErrorMsgByExternalErrorCode(int32_t externalErrorCode) in GetErrorMsgByExternalErrorCode()
127 int32_t externalErrorCode = 0; in ThrowByInternalErrorCode() local133 bool NapiFormUtil::ThrowByExternalErrorCode(napi_env env, int32_t externalErrorCode) in ThrowByExternalErrorCode()141 int32_t externalErrorCode = 0; in CreateErrorByInternalErrorCode() local147 napi_value NapiFormUtil::CreateErrorByExternalErrorCode(napi_env env, int32_t externalErrorCode) in CreateErrorByExternalErrorCode()
842 int32_t externalErrorCode = 0; in OnFormError() local
2173 int32_t externalErrorCode = 0; variable