Start
Index
Search
Class
ITHit.WebDAV.Client.Exceptions.WebDavHttpException
Extends
ITHit.WebDAV.Client.Exceptions.WebDavException
Direct Known Subclasses:
ITHit.WebDAV.Client.Exceptions.ConflictException
,
ITHit.WebDAV.Client.Exceptions.DependencyFailedException
,
ITHit.WebDAV.Client.Exceptions.ForbiddenException
,
ITHit.WebDAV.Client.Exceptions.LockedException
,
ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException
,
ITHit.WebDAV.Client.Exceptions.NotFoundException
,
ITHit.WebDAV.Client.Exceptions.NotImplementedException
,
ITHit.WebDAV.Client.Exceptions.PreconditionFailedException
,
ITHit.WebDAV.Client.Exceptions.PropertyException
,
ITHit.WebDAV.Client.Exceptions.UnauthorizedException
class
ITHit.WebDAV.Client.Exceptions.WebDavHttpException
Is thrown whenever and erroneous http response is received.
Defined in
ITHitWebDAVClient.js
Property
Summary
ITHit.WebDAV.Client.IMultistatus
Multistatus
Multistatus Contains IMultistatus with elements that had errors, if multistatus information was available in response.
ITHit.WebDAV.Client.HttpStatus
Status
Http status with wich request failed.
String
Uri
Uri for which request failed.
Properties inherited from
ITHit.Exception
InnerException
,
Message
Property Details
property
ITHit.WebDAV.Client.IMultistatus
Multistatus
Multistatus Contains IMultistatus with elements that had errors, if multistatus information was available in response.
property
ITHit.WebDAV.Client.HttpStatus
Status
Http status with wich request failed.
property
String
Uri
Uri for which request failed.