NAME
Net::Server::Framework::Errorcodes - Mapping lib for error codes to messages
VERSION
This documentation refers to Net::Server::Framework::Errorcodes version 1.1.
SYNOPSIS
A typical invocation looks like this:
my $message = Net::Server::Framework::Errorcodes::c2m($code);
DESCRIPTION
This is a lib for matching error codes to human readable error messages. it is used by the Net::Server::framework::Format
lib. The error codes are based on the EPP error codes common in the domain name industry.
BASIC METHODS
The commands accepted by the lib are:
c2m
Takes an error code and returns a error message in human readable form.
BUGS AND LIMITATIONS
There are no known bugs in this module. Please report problems to Lenz Gschwendtner ( <lenz@springtimesoft.com> ) Patches are welcome.
AUTHOR
Lenz Gschwendtner ( <lenz@springtimesoft.com> )
LICENCE AND COPYRIGHT
Copyright (c) 2007 Lenz Gschwerndtner ( <lenz@springtimesoft.comn> ) All rights reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.