IdentityVerificationError
Stay organized with collections
Save and categorize content based on your preferences.
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-10-12 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-12 UTC."],[[["This enum describes potential errors encountered during identity verification."],["Errors can indicate issues with billing setup, invoicing status, or prior verification attempts."],["`UNSPECIFIED` and `UNKNOWN` represent general or unrecognized error types."],["Specific errors like `NO_EFFECTIVE_BILLING` and `BILLING_NOT_ON_MONTHLY_INVOICING` point to billing-related problems."],["`VERIFICATION_ALREADY_STARTED` signals a previous verification attempt for the same program."]]],[]]