public static interface RestConstants.HttpStatusCodes
| Modifier and Type | Field and Description |
|---|---|
static int |
SC_ACCEPTED |
static int |
SC_BAD_REQUEST
HTTP BAD REQUEST status code
|
static int |
SC_CONFLICT
HTTP Conflict status code
|
static int |
SC_CREATED |
static int |
SC_FORBIDDEN
HTTP Forbidden status code
|
static int |
SC_GATEWAY_TIMEOUT_ERROR
HTTP Gateway Timeout
|
static int |
SC_INTERNAL_SERVER_ERROR
HTTP Internal server error status code
|
static int |
SC_METHOD_NOT_ALLOWED
HTTP Method not allowed status code
|
static int |
SC_MOVED_PERMANENTLY |
static int |
SC_NO_CONTENT |
static int |
SC_NOT_ACCEPTABLE
HTTP Not Acceptable status code
|
static int |
SC_NOT_FOUND
HTTP NOT FOUND status code
|
static int |
SC_OK |
static int |
SC_PARTIAL_CONTENT |
static int |
SC_SERVICE_NOT_AVAILABLE |
static int |
SC_UNAUTHORIZED
HTTP UNAUTHORIZED status code
|
static int |
SC_UNSUPPORTED_MEDIA_TYPE
HTTP Unsupported Media Type
|
static final int SC_OK
static final int SC_CREATED
static final int SC_ACCEPTED
static final int SC_NO_CONTENT
static final int SC_PARTIAL_CONTENT
static final int SC_MOVED_PERMANENTLY
static final int SC_BAD_REQUEST
static final int SC_UNAUTHORIZED
static final int SC_FORBIDDEN
static final int SC_NOT_FOUND
static final int SC_METHOD_NOT_ALLOWED
static final int SC_NOT_ACCEPTABLE
static final int SC_CONFLICT
static final int SC_UNSUPPORTED_MEDIA_TYPE
static final int SC_INTERNAL_SERVER_ERROR
static final int SC_SERVICE_NOT_AVAILABLE
static final int SC_GATEWAY_TIMEOUT_ERROR
Copyright © 2019 VMware. All rights reserved.