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.