UNPKG

dfp-lib

Version:

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

10 lines (9 loc) 295 B
"use strict"; const apiError_1 = require("./apiError"); class TypeError extends apiError_1.ApiError { constructor(fieldPath = null, trigger = null, errorString = null) { super(fieldPath, trigger, errorString); } } TypeError.XSI_TYPE = "TypeError"; exports.TypeError = TypeError;