| Net-Server-Framework documentation | view source | Contained in the Net-Server-Framework distribution. |
Net::Server::Framework::Errorcodes - Mapping lib for error codes to messages
This documentation refers to Net::Server::Framework::Errorcodes version 1.1.
A typical invocation looks like this:
my $message = Net::Server::Framework::Errorcodes::c2m($code);
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.
The commands accepted by the lib are:
Takes an error code and returns a error message in human readable form.
There are no known bugs in this module. Please report problems to Lenz Gschwendtner ( <lenz@springtimesoft.com> ) Patches are welcome.
Lenz Gschwendtner ( <lenz@springtimesoft.com> )
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.
| Net-Server-Framework documentation | view source | Contained in the Net-Server-Framework distribution. |