mirror of https://github.com/docker/docs.git
parent
f609fb4d83
commit
b96bbf26db
|
@ -157,7 +157,7 @@ var (
|
||||||
// map is nil.
|
// map is nil.
|
||||||
ErrorCodeEmptyNetwork = errcode.Register(errGroup, errcode.ErrorDescriptor{
|
ErrorCodeEmptyNetwork = errcode.Register(errGroup, errcode.ErrorDescriptor{
|
||||||
Value: "EMPTYNETWORK",
|
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",
|
Description: "The specified endpoint for the port mapping is empty",
|
||||||
HTTPStatusCode: http.StatusInternalServerError,
|
HTTPStatusCode: http.StatusInternalServerError,
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue