UNPKG

dfp-lib

Version:

This project hosts the Node.JS client library for the SOAP-based DFP API at Google.

8 lines (7 loc) 380 B
import { ApiError } from './apiError'; import { SetTopBoxLineItemErrorReason } from './setTopBoxLineItemErrorReason'; export declare class SetTopBoxLineItemError extends ApiError { protected static XSI_TYPE: string; reason: SetTopBoxLineItemErrorReason; constructor(reason?: SetTopBoxLineItemErrorReason, fieldPath?: string, trigger?: string, errorString?: string); }