Podman::Exception

Simple generic exception class.

Podman::Exception->new( Code => 404 );

Exception is thrown on API request failure.

Attributes

has 'Message'; #19

API error description.

has 'Code'; #26

API (HTTP) code.