Current section

Files

Jump to
outcome include outcome@problem_Problem.hrl
Raw

include/outcome@problem_Problem.hrl

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