mirror of
https://github.com/containers/podman.git
synced 2025-08-24 01:50:58 +08:00

In a different PR review, it was noted that defined error types for artifacts was lacking. We have these for most other commands and they help with error differentiation. The changes here are to define the errors, implement them in the library, and adopt test verifications to match. Signed-off-by: Brent Baude <bbaude@redhat.com>