Error returned when a Docker command fails.
Summary
Types
@type t() :: %Docker.Error{ __exception__: true, command: String.t(), exit_code: non_neg_integer(), message: String.t() }
Error returned when a Docker command fails.
@type t() :: %Docker.Error{ __exception__: true, command: String.t(), exit_code: non_neg_integer(), message: String.t() }