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 Summary
Constructors
-
Method Summary
Returns the message field from the error detail.
-
Constructor Details
-
ErrorDetail
public ErrorDetail(String message)
-
Method Details
-
getMessage
Returns the message field from the error detail.
- Returns:
- the message
-