There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

SRS::EPP::Response::Error - EPP exception/error response class

SYNOPSIS

#... in a SRS::EPP::Command subclass' ->process() handler...
return SRS::EPP::Response::Error->new
       (
            id => "XXXX",
            extra => "...",
       );

DESCRIPTION

This module handles generating errors; the information these can hold is specified in RFC3730 / RFC4930.

SEE ALSO

SRS::EPP::Response, SRS::EPP::Command