react-native-google-mobile-ads
    Preparing search index...

    Type Alias AdErrorPayload

    type AdErrorPayload = {
        code: string;
        message: string;
        phase: "load" | "show";
        reason: AdErrorReason;
        responseInfo?: ResponseInfo;
    }
    Index
    code: string

    Use reason. Removed in v18 with the shims.

    message: string
    phase: "load" | "show"
    responseInfo?: ResponseInfo