• Lars Kellogg-Stedman's avatar
    return NotFound on 404 errors · 2e546f7e
    Lars Kellogg-Stedman yazdı
    This changes raises docker.errors.NotFound on 404 errors.  This gives
    client code the ability to differentiate between "an image does not
    exist" and "you are using the api incorrectly".
    
    This inherits from docker.errors.APIError so it will not affect any
    existing code.
    2e546f7e
errors.py 2.41 KB