exception documentation
class HttpUnsupportedMediaType(HttpException):
415 Unsupported Media Type
RFC2616, 10.4.16: The server is refusing to service the request because the entity of the request is in a format not supported by the requested resource for the requested method.
Class Variable | code |
Undocumented |
Inherited from HttpException
:
Method | __init__ |
Undocumented |
Instance Variable | headers |
Undocumented |
Instance Variable | message |
Undocumented |