FCC/FCC-APIs

License View API Error Code Not Documented

Opened this issue · 3 comments

When calling the /api/license-view/basicSearch/getLicenses endpoint response is:

{ "Errors": { "Err": [ { "code": "3", "msg": "Exception when retrieving licenses" } ] } }

https://www.fcc.gov/reports-research/developers/license-view-api does not include a description of a "code: 3" error. Probably a general failure, but it's not clear how to handle an undocumented error response on the client side.

Getting the same issue for the past 4 days.

Service seems to be responding again, but it would be helpful to understand what a "code 3" is.

This issue has returned, any query I attempt returns the same error:

{ "Errors": { "Err": [ { "code": "3", "msg": "Exception when retrieving licenses" } ] } }