Current section
Files
Jump to
Current section
Files
include/testcontainer@error_DockerApiError.hrl
-record(docker_api_error, {
method :: binary(),
path :: binary(),
status :: integer(),
body :: binary()
}).