类 Errors
java.lang.Object
cn.taketoday.buildpack.platform.docker.transport.Errors
- 所有已实现的接口:
Iterable<Errors.Error>
Errors returned from the Docker API.
- 从以下版本开始:
- 4.0
- 作者:
- Phillip Webb
-
字段详细资料
-
errors
-
-
构造器详细资料
-
Errors
Errors(List<Errors.Error> errors)
-
-
方法详细资料
-
iterator
- 指定者:
iterator在接口中Iterable<Errors.Error>
-
stream
Returns a sequentialStreamof the errors.- 返回:
- a stream of the errors
-
isEmpty
public boolean isEmpty()Return if there are any contained errors.- 返回:
- if the errors are empty
-
toString
-