java.lang.Object
org.springframework.boot.buildpack.platform.docker.transport.Errors.Error
Enclosing class:
Errors

public static class Errors.Error extends Object
An individual Docker error.
  • Method Details

    • getCode

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

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

      public String toString()
      Overrides:
      toString in class Object