Packmatic.Event.EntryFailed (Packmatic v1.2.0) View Source

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

Link to this section Summary

Link to this section Types

Specs

t() :: %Packmatic.Event.EntryFailed{
  entry: Packmatic.Manifest.Entry.t(),
  reason: term(),
  stream_id: Packmatic.Encoder.stream_id()
}