riakcached.exceptions

exception riakcached.exceptions.RiakcachedBadRequest[source]

Exception that is raised for unexpected HTTP 400 status responses

Inherits from riakcached.exceptions.RiakcachedException

exception riakcached.exceptions.RiakcachedConflict[source]

Exception that is raised for unexpected HTTP 409 status responses

Inherits from riakcached.exceptions.RiakcachedException

exception riakcached.exceptions.RiakcachedConnectionError[source]

Exception that is raised when pool requests raises an HTTPError

Inherits from riakcached.exceptions.RiakcachedException

exception riakcached.exceptions.RiakcachedException[source]

Base class for Riakcached Exceptions

exception riakcached.exceptions.RiakcachedNotFound[source]

Exception that is raised for unexpected HTTP 204 status responses

Inherits from riakcached.exceptions.RiakcachedException

exception riakcached.exceptions.RiakcachedPreconditionFailed[source]

Exception that is raised for unexpected HTTP 412 status responses

Inherits from riakcached.exceptions.RiakcachedException

exception riakcached.exceptions.RiakcachedServiceUnavailable[source]

Exception that is raised for unexpected HTTP 503 status responses

Inherits from riakcached.exceptions.RiakcachedException

exception riakcached.exceptions.RiakcachedTimeout[source]

Exception that is raised when pool requests takes too long

Inherits from riakcached.exceptions.RiakcachedException

Table Of Contents

Previous topic

riakcached.clients

Next topic

riakcached.pools

This Page