diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-02-23 22:10:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-23 22:10:03 +0100 |
commit | 3825db5aee1afee1dfd06ad9e29f216110396d6f (patch) | |
tree | e5af3145b1506aead8539f37eae994c2fed785e1 /API.md | |
parent | 0969d725a3b302d9baa0616a204f7fc824404973 (diff) | |
parent | 6208d534645648ccee0e136b0e659cee1c26ab78 (diff) | |
download | podman-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-x | API.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |