An exception that's thrown if parsing multipart/form-data fails due to
invalid formatting or unexpected characters. This is a sub-class of the
HttpStatusException, with each multipart exception being a BAD_REQUEST.
class MultipartFormatException : HttpStatusException {
An exception that's thrown if parsing multipart/form-data fails due to invalid formatting or unexpected characters. This is a sub-class of the HttpStatusException, with each multipart exception being a BAD_REQUEST.