kintone/js-sdk

The `KintoneAllRecordsError` should provide detailed information as their properties

tasshi-me opened this issue · 0 comments

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.