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
at times I've managed to get something useful from statusDebugMessage but not often. It would be handy to silence it, especially if doing a release build.
Sounds reasonable. I would possibly have preferred testing HTTPServerSettings.options & HTTPServerOption.errorStackTraces instead, but the REST interface generator doesn't have access to that as it stands. It could still make sense to make this a runtime setting in RestInterfaceSettings, though, if there is a need.
if an exception is thrown in the rest interface the following Json is returned:
at times I've managed to get something useful from
statusDebugMessage
but not often. It would be handy to silence it, especially if doing a release build.So in /vibe/web/rest.d#L1141-L1144 where it has:
How about doing:
The text was updated successfully, but these errors were encountered: