Packages

Error handling utilities with support for error kinds, context, and sources.

Current section

Files

Jump to
glerror include glerror_KindError.hrl
Raw

include/glerror_KindError.hrl

-record(kind_error, {
kind :: glerror:kind(any()),
context :: list(fun(() -> binary())),
sources :: list(fun((glerror:format_args()) -> binary()))
}).