ALF.ErrorIP (alf v0.12.1)
View Source
Defines internal pipeline struct
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
}