Share via


HttpStatus Enum

Definition

Enumerates values returned by several types and taken as a parameter of the F:Java.Net.HttpRetryException..ctor, and F:Java.Net.HttpRetryException..ctor members.

public enum HttpStatus
type HttpStatus = 
Inheritance
HttpStatus

Fields

Name Value Description
Ok 200
Created 201
Accepted 202
NotAuthoritative 203
NoContent 204
Reset 205
Partial 206
MultChoice 300
MovedPerm 301
MovedTemp 302
SeeOther 303
NotModified 304
UseProxy 305
BadRequest 400
Unauthorized 401
PaymentRequired 402
Forbidden 403
NotFound 404
BadMethod 405
NotAcceptable 406
ProxyAuth 407
ClientTimeout 408
Conflict 409
Gone 410
LengthRequired 411
PreconFailed 412
EntityTooLarge 413
ReqTooLong 414
UnsupportedType 415
InternalError 500
ServerError 500
NotImplemented 501
BadGateway 502
Unavailable 503
GatewayTimeout 504
Version 505

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to