NAME
Net::DRI::Protocol::ResultStatus - Encapsulate details of an operation result with standardization on EPP
DESCRIPTION
You have the following methods available:
is_success()
returns 1 if the operation was a successcode()
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 registrymessage()
gives the message attached to the the status code we got back from registryobject_exist()
andobject_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.