The IPCException should include the status code returned from server.

Issue #3 resolved
Henrik Bærbak Christensen repo owner created an issue

This way the client can assess the type of failure happening on the server side. Alternative, use different IPCException subclasses, however as the HTTP status code is well defined, providing the status code seems the better choice.

Comments (2)

  1. Henrik Bærbak Christensen reporter

    Fix #3. Added constructor for IPCException that allows http status codes to be transferred as part of cross network exception handling

    → <<cset 2586e0e7ebd3>>

  2. Log in to comment