Packages

Testcontainers for Gleam: typed container lifecycle with crash-safe cleanup and a native Unix-socket Docker client.

Current section

Files

Jump to
testcontainer include testcontainer@error_ExecFailed.hrl
Raw

include/testcontainer@error_ExecFailed.hrl

-record(exec_failed, {
container_id :: binary(),
cmd :: list(binary()),
exit_code :: integer(),
stderr :: binary()
}).