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'
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.
Azure SDK for Python