Rug does not consider a message properly handles an error
ddgenome opened this issue · comments
David Dooling commented
If your onError
is a response handler, rug considers the error handled and does not create its own error message.
If your onError
is a message, rug does not consider the error handled and sends its own message, in addition to your message. The issue is returning Nil
here:
David Dooling commented
Looking into this a bit more, it may be best to require it to be handled by a handler. That way at least an error message can be conveyed.