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.