mirror of
https://github.com/containers/podman.git
synced 2026-07-20 20:22:02 -04:00
In the API docs, we generally state the type of error that should be returned if a container or image cannot be found. In several cases, the code did not match the API doc, when the API doc was correct. Signed-off-by: baude <bbaude@redhat.com> Closes: #1353 Approved by: rhatdan