dfp-lib
Version:
This project hosts the Node.JS client library for the SOAP-based DFP API at Google.
2 lines (1 loc) • 328 B
TypeScript
export declare type WorkflowActionErrorReason = 'NOT_APPLICABLE' | 'WORKFLOW_DEFINITION_NOT_FOUND' | 'EMPTY_ACTION_LIST' | 'NOT_ACTION_APPROVER' | 'WORKFLOW_ALREADY_COMPLETED' | 'WORKFLOW_ALREADY_FAILED' | 'WORKFLOW_ALREADY_CANCELED' | 'ACTION_COMPLETED' | 'ACTION_FAILED' | 'ACTION_CANCELED' | 'ACTION_NOT_ACTIVE' | 'UNKNOWN';