你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
HttpStatusDescriptions Class
Constants of http status descriptions.
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'