Service
ProposalService
Dependencies
WorkflowActionError
▼
WorkflowActionError.Reason
The reasons for the target error.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202108
Enumeration | Description |
---|---|
NOT_APPLICABLE
|
The action does not exist or is not applicable to the current state. |
WORKFLOW_DEFINITION_NOT_FOUND
|
Means there's no workflow definition found for the entity. |
EMPTY_ACTION_LIST
|
Means no action is given, when user approve/reject a proposal, the action id list cannot be empty. |
NOT_ACTION_APPROVER
|
Means the user is not an approver of this action. |
WORKFLOW_ALREADY_COMPLETED
|
Means the workflow is already completed. |
WORKFLOW_ALREADY_FAILED
|
Means the workflow is already failed. |
WORKFLOW_ALREADY_CANCELED
|
Means the workflow is already canceled. |
ACTION_COMPLETED
|
Means the action is already completed. |
ACTION_FAILED
|
Means the action is already failed. |
ACTION_CANCELED
|
Means the action is already canceled. |
ACTION_NOT_ACTIVE
|
Means the action currently is not active. |
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version. |