The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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