summaryrefslogtreecommitdiff
path: root/docker/errors.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | * Exported TLS configuration in tls.TLSConfig * Merged exceptions packagee into pre-existing errors module * Flake8 fixes * Bug fixes
* 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
With more granular and specific exceptions user will be able to handle errors properly. Also changed raising of Exception to more specific TypeError which python raises in case of wrong arguments.