The fields of the HttpStatus structure are listed below. For a complete list of HttpStatus structure members, see the HttpStatus Members topic.
![]() BadGateway | The server, while acting as a gateway or proxy, received an invalid response from the upstream server it accessed in attempting to fulfill the request. |
![]() BadRequest | The request could not be understood by the server. |
![]() Conflict | The request could not be completed due to a conflict with the current state of the resource. |
![]() Created | The request has been fulfilled and resulted in a new resource being created. |
![]() DependencyFailed | The method could not be performed on the resource because the requested action depended on another action and that action failed. |
![]() Forbidden | The server understood the request, but is refusing to fulfill it. |
![]() InsufficientStorage | The method could not be performed on the resource because the server is unable to store the representation needed to successfully complete the request. |
![]() Locked | The source or destination resource of a method is locked. |
![]() MethodNotAllowed | The method specified in the Request-Line is not allowed for the resource identified by the Request-URI. |
![]() MultiStatus | This status code provides status for multiple independent operations. |
![]() NoContent | The server has fulfilled the request but does not need to return an entity-body, and might want to return updated metainformation. |
![]() None | No status defined. |
![]() NotFound | The server has not found anything matching the Request-URI. |
![]() NotImplemented | The server does not support the functionality required to fulfill the request. |
![]() OK | The request has succeeded. |
![]() PartialContent | The server has fulfilled the partial GET request for the resource. |
![]() PreconditionFailed | The precondition given in one or more of the request-header fields evaluated to false when it was tested on the server. |
![]() Unauthorized | The request requires user authentication. |
HttpStatus Class | ITHit.WebDAV.Client Namespace