The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Net::ACME::Error - error parsing logic for ACME

SYNOPSIS

    use Net::ACME::Error;

    my $err = Net::ACME::Error->new( { type => '..', .. } );

DESCRIPTION

This simple module interfaces with ACME “error” objects, which are described in section 5.5 of the protocol spec. (cf. https://ietf-wg-acme.github.io/acme/#rfc.section.5.5)

NOTES

ACME’s errors are basically just HTTP API problem detail documents, which are described in more detail at https://tools.ietf.org/html/draft-ietf-appsawg-http-problem-03.