UNPKG

dfp-lib

Version:

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

11 lines (10 loc) 435 B
"use strict"; const apiError_1 = require("./apiError"); class LiveStreamEventDateTimeError extends apiError_1.ApiError { constructor(reason = null, fieldPath = null, trigger = null, errorString = null) { super(fieldPath, trigger, errorString); this.reason = reason; } } LiveStreamEventDateTimeError.XSI_TYPE = "LiveStreamEventDateTimeError"; exports.LiveStreamEventDateTimeError = LiveStreamEventDateTimeError;