Signed-off-by: huqun  <huqun@zju.edu.cn>
Upstream-commit: b96bbf26dbce9ca60e54e4bb734b8574642e3026
Component: engine
This commit is contained in:
huqun
2016-02-19 13:51:14 +08:00
parent bb7b3b7a26
commit 831079c48f
+1 -1
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,
})