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
// NB: 'jsonexpr::error' contains both a message and a location (as the range of characters
312
-
// in the expression string), to help the user locate the actual part of the expression that is causing a problem. If the location is not specified (as we did here), the location
313
-
// will automatically be set to the whole function call.
312
+
// NB: 'jsonexpr::error' contains both a message and a location (as the range of
313
+
// characters in the expression string), to help the user locate the actual part
314
+
// of the expression that is causing a problem. If the location is not specified
315
+
// (as we did here), the location will automatically be set to the whole function
316
+
// call.
314
317
return jsonexpr::unexpected(jsonexpr::error{.message = "all arguments were null"});
0 commit comments