summaryrefslogtreecommitdiff
path: root/API.md
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-02-23 22:10:03 +0100
committerGitHub <noreply@github.com>2019-02-23 22:10:03 +0100
commit3825db5aee1afee1dfd06ad9e29f216110396d6f (patch)
treee5af3145b1506aead8539f37eae994c2fed785e1 /API.md
parent0969d725a3b302d9baa0616a204f7fc824404973 (diff)
parent6208d534645648ccee0e136b0e659cee1c26ab78 (diff)
downloadpodman-3825db5aee1afee1dfd06ad9e29f216110396d6f.tar.gz
podman-3825db5aee1afee1dfd06ad9e29f216110396d6f.tar.bz2
podman-3825db5aee1afee1dfd06ad9e29f216110396d6f.zip
Merge pull request #2404 from baude/remoteerrors
make remote-client error messaging more robust
Diffstat (limited to 'API.md')
-rwxr-xr-xAPI.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/API.md b/API.md
index 685dddf17..c4f23c9bd 100755
--- a/API.md
+++ b/API.md
@@ -229,6 +229,8 @@ in the [API.md](https://github.com/containers/libpod/blob/master/API.md) file in
[error RuntimeError](#RuntimeError)
+[error VolumeNotFound](#VolumeNotFound)
+
## Methods
### <a name="BuildImage"></a>func BuildImage
<div style="background-color: #E8E8E8; padding: 15px; margin: 10px; border-radius: 10px;">
@@ -1741,3 +1743,6 @@ PodNotFound means the pod could not be found by the provided name or ID in local
### <a name="RuntimeError"></a>type RuntimeError
RuntimeErrors generally means a runtime could not be found or gotten.
+### <a name="VolumeNotFound"></a>type VolumeNotFound
+
+VolumeNotFound means the volume could not be found by the name or ID in local storage.