Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
IdentityVerificationError
Enum describing possible identity verification errors.
Enums |
UNSPECIFIED
|
Enum unspecified. |
UNKNOWN
|
The received error code is not known in this version. |
NO_EFFECTIVE_BILLING
|
No effective billing linked to this customer. |
BILLING_NOT_ON_MONTHLY_INVOICING
|
Customer is not on monthly invoicing. |
VERIFICATION_ALREADY_STARTED
|
Verification for this program type was already started. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-05-29 UTC.
[null,null,["Last updated 2024-05-29 UTC."],[[["This enum outlines potential errors encountered during identity verification processes."],["Errors can indicate issues like missing billing information, ineligible billing setup, or a pre-existing verification attempt."],["`UNSPECIFIED` and `UNKNOWN` represent general or unrecognized error states."]]],["The core content defines an enum for identity verification errors. These errors include `UNSPECIFIED` (unspecified error) and `UNKNOWN` (unknown error code). Specific errors indicate issues like `NO_EFFECTIVE_BILLING` (no billing linked), `BILLING_NOT_ON_MONTHLY_INVOICING` (not on monthly invoicing), and `VERIFICATION_ALREADY_STARTED` (verification already in progress). These enums are used to classify different types of problems encountered during the identity verification process.\n"]]