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 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
-