Packages

Gleam library for interacting with Automatic Certificate Management Environment (ACME) servers like Let's Encrypt

Retired package: Release invalid

Current section

Files

Jump to
acumen include acumen_CompoundError.hrl
Raw

include/acumen_CompoundError.hrl

-record(compound_error, {
detail :: binary(),
subproblems :: list(acumen:subproblem())
}).