Home
last modified time | relevance | path

Searched defs:internalErrorCode (Results 1 – 2 of 2) sorted by relevance

/foundation/ability/form_fwk/interfaces/kits/native/src/
Dform_errors.cpp119 int32_t FormErrors::QueryExternalErrorCode(int32_t internalErrorCode) in QueryExternalErrorCode()
128 std::string FormErrors::QueryExternalErrorMessage(int32_t internalErrorCode, int32_t externalErrorC… in QueryExternalErrorMessage()
/foundation/ability/form_fwk/frameworks/js/napi/formUtil/
Dnapi_form_util.cpp123 bool NapiFormUtil::ThrowByInternalErrorCode(NativeEngine &engine, int32_t internalErrorCode) in ThrowByInternalErrorCode()
131 …alue *NapiFormUtil::CreateErrorByInternalErrorCode(NativeEngine &engine, int32_t internalErrorCode) in CreateErrorByInternalErrorCode()