added error codes

This commit is contained in:
Dionysus 2024-12-23 20:25:08 -05:00
parent 3f997f7d84
commit 1c38b921fa
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE

View File

@ -59,6 +59,17 @@ print(result)
| TEN | Shared Tenant Service Provider | | TEN | Shared Tenant Service Provider |
| TRES | Toll Reseller | | TRES | Toll Reseller |
## Errors
| Error code | Description |
|------------|---------------------------------------------|
| 1 | Invalid state value |
| 2 | Could not execute query. Invalid parameters |
| 3 | No results found. Check Query parameters. |
| 4 | Invalid value for FRN. |
| 5 | Invalid value for Filer ID. |
| 6 | Invalid value for Communications Type. |
| 7 | Wrong Request Method. Only GET is allowed. |
## References ## References
* [FCC Form 499 Filer Database](http://apps.fcc.gov/cgb/form499/499a.cfm) * [FCC Form 499 Filer Database](http://apps.fcc.gov/cgb/form499/499a.cfm)
* [FCC Form 499-A](https://www.fcc.gov/formpage.html) * [FCC Form 499-A](https://www.fcc.gov/formpage.html)