The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

SYNOPSIS

    use Net::ACME2::Error;

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

DESCRIPTION

This simple module interfaces with ACME2 “error” objects, which are described in the ACME protocol specification.

NOTES

ACME’s errors are basically just HTTP API problem detail documents, which are described in more detail at RFC 7807.