HttpStatusDescriptions Class
Constants of http status descriptions.
- Inheritance
-
builtins.objectHttpStatusDescriptions
Constructor
HttpStatusDescriptions()
Attributes
Accepted
Accepted = 'Accepted'
BadGateway
BadGateway = 'Bad Gateway'
BadRequest
BadRequest = 'Bad Request'
Conflict
Conflict = 'Conflict'
Created
Created = 'Created'
Forbidden
Forbidden = 'Forbidden'
GatewayTimeout
GatewayTimeout = 'Gateway timed out'
Gone
Gone = 'Gone'
InternalServerError
InternalServerError = 'Internal Server Error'
LengthRequired
LengthRequired = 'Length Required'
MethodNotAllowed
MethodNotAllowed = 'MethodNotAllowed'
NoContent
NoContent = 'No Content'
NotAcceptable
NotAcceptable = 'Not Acceptable'
NotFound
NotFound = 'Not Found'
NotModified
NotModified = 'Not Modified'
OK
OK = 'Ok'
PreconditionFailed
PreconditionFailed = 'Precondition Failed'
RequestEntityTooLarge
RequestEntityTooLarge = 'Request Entity Too Large'
RequestTimeout
RequestTimeout = 'Request timed out'
RetryWith
RetryWith = 'Retry the request'
ServiceUnavailable
ServiceUnavailable = 'Service Unavailable'
TooManyRequests
TooManyRequests = 'Too Many Requests'
Unauthorized
Unauthorized = 'Unauthorized'
UnsupportedMediaType
UnsupportedMediaType = 'Unsupported Media Type'
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python