Package caldavclientlibrary :: Package protocol :: Package webdav :: Package definitions :: Module statuscodes
[hide private]
[frames] | no frames]

Module statuscodes

source code

Variables [hide private]
  Processing = 102
  MultiStatus = 207
  UnprocessableEntity = 422
  Locked = 423
  FailedDependency = 424
  InsufficientStorage = 507
  Accepted = 202
  BadGateway = 502
  BadRequest = 400
  Conflict = 409
  Continue = 100
  Created = 201
  ExpectationFailed = 417
  Forbidden = 403
  Found = 302
  GatewayTimeout = 504
  Gone = 410
  HTTPVersionNotSupported = 505
  InternalServerError = 500
  LengthRequired = 411
  MethodNotAllowed = 405
  MovedPermanently = 301
  MultipleChoices = 300
  NoContent = 204
  NonAuthoritativeInformation = 203
  NotAcceptable = 406
  NotFound = 404
  NotImplemented = 501
  NotModified = 304
  OK = 200
  PartialContent = 206
  PaymentRequired = 402
  PreconditionFailed = 412
  ProxyAuthenticationRequired = 407
  RequestEntityTooLarge = 413
  RequestTimeout = 408
  RequestURITooLarge = 414
  RequestedRangeNotSatisfiable = 416
  ResetContent = 205
  SeeOther = 303
  ServiceUnavailable = 503
  SwitchingProtocols = 101
  TemporaryRedirect = 307
  Unauthorized = 401
  Unknown = 0
  UnsupportedMediaType = 415
  UseProxy = 305
  __package__ = 'caldavclientlibrary.protocol.webdav.definitions'