logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Pod::WSDL::Fault - Represents the WSDL pod describing the fault of a method (internal use only)

Author

       Tarek Ahmed, <bloerch -the character every email address contains- oelbsk.org>

Bugs

       see Pod::WSDL

Description

       This module is used internally by Pod::WSDL. It is unlikely that you have to interact directly with it.
       If that is the case, take a look at the code, it is rather simple.

Examples

       see Pod::WSDL

External Dependencies

         [none]

Methods

new
       Instantiates a new Pod::WSDL::Fault. The method needs one parameter, the fault string from the pod.
       Please see SYNOPSIS or the section "Pod Syntax" in the description of Pod::WSDL.

Name

       Pod::WSDL::Fault - Represents the WSDL pod describing the fault of a method (internal use only)

See Also

         Pod::WSDL :-)

Synopsis

         use Pod::WSDL::Fault;
         my $fault = new Pod::WSDL::Fault('_FAULT My::Fault This happens if something happens');

Todo

       see Pod::WSDL

See Also