UNPKG

dfp-lib

Version:

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

6 lines (5 loc) 179 B
export declare class ValidationException extends Error { protected trigger: string; protected value: any; constructor(trigger: string, value: any, message: string); }