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

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