AI-generated Key Takeaways
- 
          This enum describes possible errors that can occur when applying a keyword plan. 
- 
          Errors can relate to bid values being out of range, too high, too low, or having too many fractional digits. 
- 
          Daily budget errors include values being too low or having too many fractional digits. 
- 
          Other possible errors involve invalid values, missing keywords, a plan not being enabled or found, missing bids or forecast periods, invalid forecast date ranges, and invalid plan names. 
Enum describing possible errors from applying a keyword plan.
| Enums | |
|---|---|
| 
 | Enum unspecified. | 
| 
 | The received error code is not known in this version. | 
| 
 | The plan's bid multiplier value is outside the valid range. | 
| 
 | The plan's bid value is too high. | 
| 
 | The plan's bid value is too low. | 
| 
 | The plan's cpc bid is not a multiple of the minimum billable unit. | 
| 
 | The plan's daily budget value is too low. | 
| 
 | The plan's daily budget is not a multiple of the minimum billable unit. | 
| 
 | The input has an invalid value. | 
| 
 | The plan has no keyword. | 
| 
 | The plan is not enabled and API cannot provide mutation, forecast or stats. | 
| 
 | The requested plan cannot be found for providing forecast or stats. | 
| 
 | The plan is missing a cpc bid. | 
| 
 | The plan is missing required forecast_period field. | 
| 
 | The plan's forecast_period has invalid forecast date range. | 
| 
 | The plan's name is invalid. |