The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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