TypeError: Cannot read properties of undefined (reading 'insertErrors') thrown when processing errors #1272
Labels
api: bigquery
Issues related to the googleapis/nodejs-bigquery API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Is this a client library issue or a product issue?
A client library issue.
Did someone already solve this?
No.
Do you have a support contract?
No.
Environment details
@google-cloud/bigquery
version: 7.2.0Steps to reproduce
createInputStream
to create an input stream.TypeError: Cannot read properties of undefined (reading 'insertErrors')
occurs.The text was updated successfully, but these errors were encountered: