The `KintoneAllRecordsError` should provide detailed information as their properties
tasshi-me opened this issue · 0 comments
tasshi-me commented
Package
- @kintone/rest-api-client
Why
Currently, KintoneAllRecordsError
calculate numOfProcessedRecords
and numOfAllRecords
internally to print a error message.
This information should be provided to upper errors as the object property.
What
Add numOfProcessedRecords
and numOfAllRecords
field to KintoneAllRecordsError
.