commit
6672d63ec7
|
@ -45,7 +45,7 @@ func (c ErrorCode) String() string {
|
||||||
case ContainerNotRunning:
|
case ContainerNotRunning:
|
||||||
return "Container is not running"
|
return "Container is not running"
|
||||||
case ConsoleExists:
|
case ConsoleExists:
|
||||||
return "Console exist for process"
|
return "Console exists for process"
|
||||||
default:
|
default:
|
||||||
return "Unknown error"
|
return "Unknown error"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue