Current section

Files

Jump to
outcome include outcome_Problem.hrl
Raw

include/outcome_Problem.hrl

-record(problem, {
error :: any(),
severity :: outcome:severity(),
stack :: list(binary())
}).