You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// verify the required parameter 'pathString' is set
180
180
if (pathString == null) {
181
-
thrownewApiException(400, "Missing the required parameter 'pathString' when calling testsPathStringPathStringIntegerPathIntegerEnumNonrefStringPathEnumRefStringPath"
182
-
);
181
+
thrownewApiException(400, "Missing the required parameter 'pathString' when calling testsPathStringPathStringIntegerPathIntegerEnumNonrefStringPathEnumRefStringPath");
183
182
}
184
183
// verify the required parameter 'pathInteger' is set
185
184
if (pathInteger == null) {
186
-
thrownewApiException(400, "Missing the required parameter 'pathInteger' when calling testsPathStringPathStringIntegerPathIntegerEnumNonrefStringPathEnumRefStringPath"
187
-
);
185
+
thrownewApiException(400, "Missing the required parameter 'pathInteger' when calling testsPathStringPathStringIntegerPathIntegerEnumNonrefStringPathEnumRefStringPath");
188
186
}
189
187
// verify the required parameter 'enumNonrefStringPath' is set
190
188
if (enumNonrefStringPath == null) {
191
-
thrownewApiException(400, "Missing the required parameter 'enumNonrefStringPath' when calling testsPathStringPathStringIntegerPathIntegerEnumNonrefStringPathEnumRefStringPath"
192
-
);
189
+
thrownewApiException(400, "Missing the required parameter 'enumNonrefStringPath' when calling testsPathStringPathStringIntegerPathIntegerEnumNonrefStringPathEnumRefStringPath");
193
190
}
194
191
// verify the required parameter 'enumRefStringPath' is set
195
192
if (enumRefStringPath == null) {
196
-
thrownewApiException(400, "Missing the required parameter 'enumRefStringPath' when calling testsPathStringPathStringIntegerPathIntegerEnumNonrefStringPathEnumRefStringPath"
197
-
);
193
+
thrownewApiException(400, "Missing the required parameter 'enumRefStringPath' when calling testsPathStringPathStringIntegerPathIntegerEnumNonrefStringPathEnumRefStringPath");
0 commit comments