Module io.helidon.media.common
Package io.helidon.media.common
Interface MessageBodyContext.ErrorEvent
- All Superinterfaces:
MessageBodyContext.Event
- Enclosing class:
- MessageBodyContext
A subscription event emitted for
MessageBodyContext.EventType.BEFORE_ONERROR
or
MessageBodyContext.EventType.AFTER_ONERROR
that carries the received error.-
Method Summary
Methods inherited from interface io.helidon.media.common.MessageBodyContext.Event
asErrorEvent, entityType, eventType
-
Method Details
-
error
Throwable error()Get the subscription error of this event.- Returns:
Throwable
, nevernull
-