unsupportedMediaType constant

int const unsupportedMediaType

unsupportedMediaType = 415.

The media format of the requested data is not supported by the server, so the server is rejecting the request.

https://tools.ietf.org/html/rfc7231#section-6.5.13

Implementation

static const int unsupportedMediaType = 415;