TaskContainerExecutionInformation.withError(String error) 方法
定义
Set this is the detailed error string from the Docker service, if available. It is equivalent to the error field returned by "docker inspect".
public TaskContainerExecutionInformation withError(String error)
参数
- error
- String
the error value to set
返回
the TaskContainerExecutionInformation object itself.