ALF.ErrorIP (alf v0.11.0) View Source

Defines internal pipeline struct

Link to this section Summary

Link to this section Types

Specs

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