Class LoadImageUpdateEvent.ErrorDetail

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

public static class LoadImageUpdateEvent.ErrorDetail extends Object
Details of an error embedded in a response stream.
Since:
3.2.12
  • 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