interface AdvertisingError {
    adConfig?: AdConfig;
    code: number;
    message?: string;
}

Properties

adConfig?: AdConfig
code: number
message?: string

Generated using TypeDoc