UNPKG
dfp-lib
Version:
latest (201611.0.0)
201611.0.0
This project hosts the Node.JS client library for the SOAP-based DFP API at Google.
dfp-lib
/
build
/
src
/
dfp
/
soap
/
orderActionErrorReason.d.ts
2 lines
(1 loc)
•
274 B
TypeScript
View Raw
1
2
export
declare
type
OrderActionErrorReason =
'PERMISSION_DENIED'
|
'NOT_APPLICABLE'
|
'IS_ARCHIVED'
|
'HAS_ENDED'
|
'CANNOT_APPROVE_WITH_UNRESERVED_LINE_ITEMS'
|
'CANNOT_DELETE_ORDER_WITH_DELIVERED_LINEITEMS'
|
'CANNOT_APPROVE_COMPANY_CREDIT_STATUS_NOT_ACTIVE'
|
'UNKNOWN'
;