UNPKG

dfp-lib

Version:

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

2 lines (1 loc) 179 B
export declare type WorkflowRequestErrorReason = 'REQUEST_ALREADY_PROCESSED' | 'WORKFLOW_NOT_IN_PROGRESS' | 'INVALID_REQUEST_ID' | 'INVALID_ACTION' | 'TYPE_REQUIRED' | 'UNKNOWN';