The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Net::DRI::Protocol::ResultStatus - store details of an operation results

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

  • object_exist() and object_available() is an abstraction over specific EPP code for object existence or availability at registry

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.