UNPKG

dfp-lib

Version:

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

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