java.lang.Object
cn.taketoday.buildpack.platform.docker.transport.Errors.Error
封闭类:
Errors

public static class Errors.Error extends Object
An individual Docker error.
  • 字段详细资料

    • code

      private final String code
    • message

      private final String message
  • 构造器详细资料

  • 方法详细资料

    • getCode

      public String getCode()
      Return the error code.
      返回:
      the error code
    • getMessage

      public String getMessage()
      Return the error message.
      返回:
      the error message
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object