summaryrefslogtreecommitdiff
path: root/docker/errors.py
Commit message (Expand)AuthorAgeFilesLines
* Update HTTPS docs linkhttps_docs_linkJoffrey F2016-01-181-2/+2
* return NotFound on 404 errorsLars Kellogg-Stedman2015-07-171-0/+4
* Use custom Error class (inherits DockerException and ValueError)check_resource_not_noneJoffrey F2015-04-271-0/+4
* fixed string formatting in errorsnir0s2015-02-111-3/+3
* Fix #466Joffrey F2015-02-011-0/+4
* * Merge branch 'tls' of github.com:momer/docker-py into momer-tlsJoffrey F2014-06-231-0/+11
* insert() is no longer available in API >=1.12Joffrey F2014-06-201-0/+4
* Moved APIError exception to docker.errors module.Evgeniy L2014-04-071-0/+37
* Create scope for docker client specific errorsEvgeniy L2014-04-061-0/+24