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_ProtocolError.hrl
Raw

include/acumen_ProtocolError.hrl

-record(protocol_error, {
error :: acumen:acme_error(),
context :: acumen:context()
}).