Current section

Files

Jump to
outcome include outcome_ErrorStack.hrl
Raw

include/outcome_ErrorStack.hrl

-record(error_stack, {
problem :: outcome:error(),
problems :: list(outcome:error())
}).