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

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