Packmatic.Event.EntryFailed (Packmatic v2.0.0)
View SourceRepresents an Event that is raised when the Encoder has failed to read from the Entry, i.e. when the Source has returned an error. Depending on the options, the Stream may continue to encode or it may halt.
Summary
Types
@type t() :: %Packmatic.Event.EntryFailed{ entry: Packmatic.Manifest.Entry.t(), reason: term(), stream_id: Packmatic.Encoder.stream_id() }