NAME

Net::DRI::Protocol::ResultStatus - Encapsulate details of an operation result with standardization on EPP for Net::DRI

DESCRIPTION

You have the following methods available:

is_success

returns 1 if the operation was a success

code

returns the EPP code corresponding to the native code (registry dependent) for this operation (see RFC for full list or source of this file)

native_code

gives the true status code we got back from registry

message

gives the message attached to the the status code we got back from registry

lang

gives the language in which the message above is written

info

gives back an array with additionnal data from registry, especially in case of errors. If no data, an empty array is returned

print

will print all details (except the info part) as a single line

SUPPORT

For now, support questions should be sent to:

<netdri@dotandco.com>

Please also see the SUPPORT file in the distribution.

SEE ALSO

http://www.dotandco.com/services/software/Net-DRI/

AUTHOR

Patrick Mevzek, <netdri@dotandco.com>

COPYRIGHT

Copyright (c) 2005 Patrick Mevzek <netdri@dotandco.com>. All rights reserved.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

See the LICENSE file that comes with this distribution for more details.