View Source DockerEngineAPI.Model.ContainerWaitResponse (docker_engine_api v1.43.0)

OK response to ContainerWait operation

Summary

Types

@type t() :: %DockerEngineAPI.Model.ContainerWaitResponse{
  Error: ContainerWaitExitError,
  StatusCode: integer()
}