Current section

Files

Jump to
outcome include outcome_Problem.hrl
Raw

include/outcome_Problem.hrl

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