Current section
Files
Jump to
Current section
Files
include/testcontainer@error_ExecFailed.hrl
-record(exec_failed, {
container_id :: binary(),
cmd :: list(binary()),
exit_code :: integer(),
stderr :: binary()
}).