Searched defs:NapiError (Results 1 – 3 of 3) sorted by relevance
27 struct NapiError { struct28 int32_t error = 0;29 std::string apiName;
33 struct NapiError { struct45 const std::map<int32_t, NapiError> NAPI_ERRORS = { argument
49 NapiError() {}; in NapiError() function50 NapiError(int32_t errorCode) : errorCode_(errorCode) {}; in NapiError() function