GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Net::ACME2::X::ACME(3) User Contributed Perl Documentation Net::ACME2::X::ACME(3)

Net::ACME2::X::ACME

    local $@;

    eval { ...; 1 } or do {
        if ( ref($@) && (ref $@)->isa('Net::ACME2::X::ACME') ) {
            my $acme_err = $@->get('acme');

            my $http_err = $@->get('http');
        }
    };

This class represents an ACME protocol error.

  • "http" - An instance of Net::ACME2::X::HTTP::Protocol that represents the failure.
  • "acme" - An instance of Net::ACME2::Error that represents the error as the ACME server sent it in the HTTP payload. If there was no such error (e.g., if a network error occurred), this will be undef.
2019-07-12 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.