Class PushImageUpdateEvent.ErrorDetail

java.lang.Object
org.springframework.boot.buildpack.platform.docker.PushImageUpdateEvent.ErrorDetail
Enclosing class:
PushImageUpdateEvent

public static class PushImageUpdateEvent.ErrorDetail extends Object
Details of an error embedded in a response stream.
  • Constructor Details

    • ErrorDetail

      public ErrorDetail(String message)
  • Method Details

    • getMessage

      public String getMessage()
      Returns the message field from the error detail.
      Returns:
      the message
    • toString

      public String toString()
      Overrides:
      toString in class Object