1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
Signed-off-by: huqun  <huqun@zju.edu.cn>
This commit is contained in:
huqun 2016-02-19 13:51:14 +08:00
parent f609fb4d83
commit b96bbf26db

View file

@ -157,7 +157,7 @@ var (
// map is nil.
ErrorCodeEmptyNetwork = errcode.Register(errGroup, errcode.ErrorDescriptor{
Value: "EMPTYNETWORK",
Message: "invalid networksettings while building port map info",
Message: "invalid network settings while building port map info",
Description: "The specified endpoint for the port mapping is empty",
HTTPStatusCode: http.StatusInternalServerError,
})