HttpStatusDescriptions クラス
http 状態の説明の定数。
- 継承
-
builtins.objectHttpStatusDescriptions
コンストラクター
HttpStatusDescriptions()
属性
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'
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python