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
In a handler, returning new StoreItemNotFound() will cause a Maximum call stack size exceeded error, since Server.Failure's getter for message calls describe(), which calls toString(), which by default will access message i.e. a loop:
The text was updated successfully, but these errors were encountered:
e.g.
In a handler, returning
new StoreItemNotFound()
will cause aMaximum call stack size exceeded
error, sinceServer.Failure
's getter formessage
callsdescribe()
, which callstoString()
, which by default will accessmessage
i.e. a loop:The text was updated successfully, but these errors were encountered: