Package restkit :: Module errors
[hide private]

Module errors

source code

exception classes.

Classes [hide private]
  ResourceError
default error class
  ResourceNotFound
Exception raised when no resource was found at the given url.
  Unauthorized
Exception raised when an authorization is required to access to the resource specified.
  ResourceGone
http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.11
  RequestFailed
Exception raised when an unexpected HTTP error is received in response to a request.
  RedirectLimit
Exception raised when the redirection limit is reached.
  RequestError
Exception raised when a request is malformed
  RequestTimeout
Exception raised on socket timeout
  InvalidUrl
Not a valid url for use with this software.
  ResponseError
Error raised while getting response or decompressing response stream
  BadStatusLine
Exception returned by the parser when the status line is invalid
  ParserError
Generic exception returned by the parser
  UnexpectedEOF
exception raised when remote closed the connection
  AlreadyRead
raised when a response have already been read
  ProxyError
  ParseException
  NoMoreData
  InvalidRequestLine
  InvalidRequestMethod
  InvalidHTTPVersion
  InvalidHTTPStatus
  InvalidHeader
  InvalidHeaderName
  InvalidChunkSize
  ChunkMissingTerminator
  HeaderLimit
exception raised when we gore more headers than max_header_count
Variables [hide private]
  __package__ = None
hash(x)