ngocnicholas / airtable.net

Airtable .NET API Client
MIT License
138 stars 34 forks source link

FIx the AirtableApiError!!!!!!!!!!!!!!!!! #86

Closed chaotang11 closed 4 months ago

chaotang11 commented 5 months ago

The detailed message is just like this: Value is not an array of record IDs. No inner exception, no stack trace, no indication on which field is failing. Can you guys add more details to the error message?

ngocnicholas commented 4 months ago

This error message is provided by Airtable. I think it's pretty clear. The failed field is the one which should be an array of record IDs and the user passed in something invalid instead.