ALF.ErrorIP (alf v0.8.4) View Source

Defines internal pipeline struct

Link to this section Summary

Link to this section Types

Specs

t() :: %ALF.ErrorIP{
  component: map(),
  decomposed: boolean(),
  destination: pid(),
  error: any(),
  ip: ALF.IP.t(),
  manager_name: atom(),
  plugs: map(),
  recomposed: boolean(),
  ref: reference(),
  stacktrace: list(),
  stream_ref: reference() | nil,
  type: :error_ip
}