Searched refs:BUSINESS_ERROR_PROPERTY_MESSAGE (Results 1 – 4 of 4) sorted by relevance
53 const std::string BUSINESS_ERROR_PROPERTY_MESSAGE = "message"; variable
55 static const std::string BUSINESS_ERROR_PROPERTY_MESSAGE = "message"; variable
418 …NAPI_CALL(env, napi_set_named_property(env, businessError, BUSINESS_ERROR_PROPERTY_MESSAGE.c_str()… in GenerateBusinessError()
800 …status = napi_set_named_property(env, businessError, BUSINESS_ERROR_PROPERTY_MESSAGE.c_str(), msg); in GenerateBusinessError()