unsupportedMediaType constant
HttpStatus
const unsupportedMediaType
415 Unsupported Media Type
The media format of the requested data is not supported by the server, so the server is rejecting the request.
Implementation
static const unsupportedMediaType = HttpStatus(415);