LocalServicesLicenseRejectionReason
Enums describing possible rejection reasons of a local services license verification artifact.
Enums |
UNSPECIFIED
|
Not specified. |
UNKNOWN
|
Used for return value only. Represents value unknown in this version. |
BUSINESS_NAME_MISMATCH
|
Business name doesn't match business name for the Local Services Ad. |
UNAUTHORIZED
|
License is unauthorized or been revoked. |
EXPIRED
|
License is expired. |
POOR_QUALITY
|
License is poor quality - blurry images, illegible, etc... |
UNVERIFIABLE
|
License cannot be verified due to a not legitimate image. |
WRONG_DOCUMENT_OR_ID
|
License is not the requested document type or contains an invalid ID. |
OTHER
|
License has another flaw not listed explicitly. |
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.
[null,null,["Last updated 2024-10-12 UTC."],[[["The enums categorize reasons why a local services license verification might be rejected."],["Rejections can stem from issues like business name mismatch, license status (unauthorized, expired), or image quality."],["Reasons for rejection also encompass problems with the license document itself, such as incorrect type or illegibility."],["An `OTHER` enum is used for rejections due to flaws not explicitly defined in the other categories."]]],[]]