summaryrefslogtreecommitdiff
path: root/docker/errors.py
Commit message (Expand)AuthorAgeFilesLines
* api: add platform to container create (#2927)Felix Fontein2022-07-291-4/+12
* api: preserve cause when re-raising error (#3023)Milas Bowman2022-07-291-1/+1
* use python3.6+ constructsAnthony Sottile2021-07-051-13/+13
* Add response url to Server Error and Client Error messagesYuval Goldberg2020-10-171-4/+6
* Implement context management, lifecycle and unittests.Anca Iordache2020-02-051-0/+32
* Regression 443 test: relax status-code checkSebastiaan van Stijn2019-01-091-0/+3
* ImageCollection.build now also returns build logs along with the built image ...1702-build-logs-dockerclientJoffrey F2018-01-261-2/+5
* Error handling in ImageCollection.loadhongbin-image-loadJoffrey F2018-01-261-0/+4
* fixes create_api_error_from_http_exception()Constantine Peresypkin2017-12-181-1/+1
* Improve ContainerError message computeJoffrey F2017-08-171-6/+3
* client.containers.run returns None if none of json-file or journald logging d...Artem Bolshakov2017-08-171-2/+8
* Update image create error parsingAlfred Landrum2017-05-041-1/+2
* Fix APIError status_code property for client/server errorsalex-dr2017-03-221-1/+1
* Fix ImageNotFound detection1407-tar-ignore-socketsJoffrey F2017-01-251-1/+1
* Raise InvalidArgument exception when invalid arguments are provideddzimine-dz-fix-mount_optionsJoffrey F2017-01-091-0/+4
* Update code and tests for Engine 1.13 compatibilitydnephin-add-attachableJoffrey F2016-12-071-1/+3
* Add new user-focused APIBen Firshman2016-11-221-13/+80
* Parse JSON API errorsBen Firshman2016-09-141-1/+4
* Fix licensesBen Firshman2016-09-051-13/+0
* 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