java.lang.ObjectSE
org.springframework.boot.buildpack.platform.docker.transport.Errors
実装されたすべてのインターフェース:
IterableSE<Errors.Error>

public class Errors extends ObjectSE implements IterableSE<Errors.Error>
Docker API から返されたエラー。
導入:
2.3.0
作成者:
Phillip Webb
  • メソッドの詳細

    • iterator

      public IteratorSE<Errors.Error> iterator()
      次で指定:
      インターフェース IterableSE<Errors.Error>iterator 
    • stream

      public StreamSE<Errors.Error> stream()
      エラーの順次 Stream を返します。
      戻り値:
      エラーのストリーム
    • isEmpty

      public boolean isEmpty()
      含まれているエラーがある場合は返します。
      戻り値:
      エラーが空の場合
    • toString

      public StringSE toString()
      オーバーライド:
      クラス ObjectSEtoString