Sys::Virt::Error(3pm) | User Contributed Perl Documentation | Sys::Virt::Error(3pm) |
Sys::Virt::Error - Error object for libvirt APIs
The "Sys::Virt::Error" class provides an encoding of the libvirt errors. Instances of this object can be thrown by pretty much any of the Sys::Virt APIs.
The error domain indicates which internal part of libvirt the error report was raised from.
The error codes allow for specific problems to be identified and handled separately from generic error handling.
Daniel P. Berrange <berrange@redhat.com>
Copyright (C) 2006 Red Hat Copyright (C) 2006-2007 Daniel P. Berrange
This program is free software; you can redistribute it and/or modify it under the terms of either 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), or, the Artistic License, as specified in the Perl README file.
Sys::Virt::Domain, Sys::Virt, "http://libvirt.org"
2024-03-31 | perl v5.38.2 |