AI-generated Key Takeaways
- 
          Rejection reasons for local services license verification artifacts are described by enums. 
- 
          Possible reasons include business name mismatch, unauthorized or revoked licenses, and expiration. 
- 
          Issues with the license itself, such as poor quality or it being unverifiable, can also lead to rejection. 
- 
          Submitting the wrong document type or one with an invalid ID will result in rejection. 
- 
          Licenses with flaws not specifically listed can also be rejected under the 'OTHER' category. 
Enums describing possible rejection reasons of a local services license verification artifact.
| Enums | |
|---|---|
| 
 | Not specified. | 
| 
 | Used for return value only. Represents value unknown in this version. | 
| 
 | Business name doesn't match business name for the Local Services Ad. | 
| 
 | License is unauthorized or been revoked. | 
| 
 | License is expired. | 
| 
 | License is poor quality - blurry images, illegible, etc... | 
| 
 | License cannot be verified due to a not legitimate image. | 
| 
 | License is not the requested document type or contains an invalid ID. | 
| 
 | License has another flaw not listed explicitly. |