Right now we have a hardcoded error in the client for when a server returns a 400 status code:
The request could not be handled by the server. Verify your Bindle server URL
This can be very misleading for cases like trying to create a parcel that doesn't exist in the invoice (which returns a 400). This error should be updated to use the returned error message.
Right now we have a hardcoded error in the client for when a server returns a
400
status code:This can be very misleading for cases like trying to create a parcel that doesn't exist in the invoice (which returns a
400
). This error should be updated to use the returned error message.