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_DockerApiError.hrl
Raw

include/testcontainer@error_DockerApiError.hrl

-record(docker_api_error, {
method :: binary(),
path :: binary(),
status :: integer(),
body :: binary()
}).