Net::Server::Framework::Errorcodes - Mapping lib for error codes to


Net-Server-Framework documentation  | view source Contained in the Net-Server-Framework distribution.

Index


NAME

Top

Net::Server::Framework::Errorcodes - Mapping lib for error codes to messages

VERSION

Top

This documentation refers to Net::Server::Framework::Errorcodes version 1.1.

SYNOPSIS

Top

A typical invocation looks like this:

    my $message = Net::Server::Framework::Errorcodes::c2m($code);

DESCRIPTION

Top

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

Top

The commands accepted by the lib are:

c2m

Takes an error code and returns a error message in human readable form.

BUGS AND LIMITATIONS

Top

There are no known bugs in this module. Please report problems to Lenz Gschwendtner ( <lenz@springtimesoft.com> ) Patches are welcome.

AUTHOR

Top

Lenz Gschwendtner ( <lenz@springtimesoft.com> )

LICENCE AND COPYRIGHT

Top


Net-Server-Framework documentation  | view source Contained in the Net-Server-Framework distribution.