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
Actual errors should be exceptions if suitable, I think. TheSpecialRemote is taking care of turning them into ERROR messages to annex. This allows to also get a traceback not just a single message.
Otherwise, yes: That's what SpecialRemote.message() is for. Note, that if you actually send an type=error message, this is supposed to end the process IIRC. Hence, exception is also more intuitive when reading the code.
ok, thx. I don't think getting tracebacks is desirable in standard cases. For example, authentication is invalid: I would want to get a clear message saying exactly that, not a traceback.
SpecialRemote.meassage()
maybe? @bpoldrack ?The text was updated successfully, but these errors were encountered: