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

NAME

Microsoft::AdCenter::SOAPFault - Encapsulates SOAP fault details.

SYNOPSIS

    eval {
        ...
    };
    if (my $soap_fault = $@) {
        # Handle the SOAP fault
        print $soap_fault->faultstring;
        ...
    }

METHODS

faultcode

Returns the fault code

faultstring

Returns the fault string

detail

Returns the fault detail