From bc7b1ca03da88473c10e59197becd812cf341663 Mon Sep 17 00:00:00 2001 From: baude Date: Fri, 19 Apr 2019 08:33:18 -0500 Subject: enable integration tests for remote-client first pass at enabling a swath of integration tests for the remote-client. Signed-off-by: baude --- API.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'API.md') diff --git a/API.md b/API.md index 11b9a462f..db84f695c 100755 --- a/API.md +++ b/API.md @@ -259,6 +259,8 @@ in the [API.md](https://github.com/containers/libpod/blob/master/API.md) file in [error ContainerNotFound](#ContainerNotFound) +[error ErrCtrStopped](#ErrCtrStopped) + [error ErrorOccurred](#ErrorOccurred) [error ImageNotFound](#ImageNotFound) @@ -1978,6 +1980,9 @@ force [bool](https://godoc.org/builtin#bool) ### type ContainerNotFound ContainerNotFound means the container could not be found by the provided name or ID in local storage. +### type ErrCtrStopped + +Container is already stopped ### type ErrorOccurred ErrorOccurred is a generic error for an error that occurs during the execution. The actual error message -- cgit v1.2.3-54-g00ecf