We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c52545 commit 03fef76Copy full SHA for 03fef76
src/njs/src/njsUtils.h
@@ -233,7 +233,7 @@ typedef enum
233
} \
234
else \
235
{ \
236
- msg = NJSMessages::getErrorMsg ( errInvalidParameterType, \
+ msg = NJSMessages::getErrorMsg ( errInvalidPropertyValue, \
237
prop ); \
238
NJS_SET_EXCEPTION( msg.c_str(), msg.length() ); \
239
@@ -253,7 +253,7 @@ typedef enum
253
254
255
256
257
258
259
0 commit comments