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