UNPKG

dfp-lib

Version:

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

8 lines (7 loc) 288 B
import { ApplicationException } from './applicationException'; import { ApiError } from './apiError'; export declare class ApiException extends ApplicationException { protected static XSI_TYPE: string; errors: ApiError[]; constructor(errors?: ApiError[], message?: string); }