Improve Bad Request error message for uploading#259
Improve Bad Request error message for uploading#259josecelano merged 1 commit intotorrust:developfrom josecelano:iisue-257-improve-error-message-for-bad-request-responses
Bad Request error message for uploading#259Conversation
Bad Request error message for uploading
I was looking for a name to differentiate this error ( If we remove the prefix, we should also remove the prefix from the Other alternatives:
In fact, maybe we should not use the suffix I think Usually, this type of error is thrown from handlers, that's why I call it |
|
I like the name edit: Or even use |
Add a custom error for each case so that the Bad Request response constains a descriptive error message.
I've updated it. Now you can read:
I came up with another alternative:
|
Add a custom error for each case so that the Bad Request response constains a descriptive error message.