ONVIF::PTZ::Types::Fault (3)
Leading comments
Automatically generated by Pod::Man 4.09 (Pod::Simple 3.35) Standard preamble: ========================================================================
NAME
ONVIF::PTZ::Types::FaultDESCRIPTION
Perl data type class for theXML
Schema defined complexType
Fault from the namespace schemas.xmlsoap.org/soap/envelope
Fault reporting structure
PROPERTIES
The following properties may be accessed using get_PROPERTY / set_PROPERTY
methods:
- *
- faultcode
- *
- faultstring
- *
- faultactor
- *
- detail
METHODS
new
Constructor. The following data structure may be passed to new():
{ # ONVIF::PTZ::Types::Fault faultcode => $some_value, # QName faultstring => $some_value, # string faultactor => $some_value, # anyURI detail => { # ONVIF::PTZ::Types::detail }, },
AUTHOR
Generated bySOAP::WSDL