googleapis / nodejs-spanner

Node.js client for Google Cloud Spanner: the world’s first fully managed relational database service to offer both strong consistency and horizontal scalability.
https://cloud.google.com/spanner/
Apache License 2.0
135 stars 99 forks source link

More detail on Value of type undefined not recognized exception #2023

Open danielovasSIO opened 5 months ago

danielovasSIO commented 5 months ago

Is your feature request related to a problem? Please describe. In case the object we want to write has an undefined value, the following exception is raised: Value of type undefined not recognized. It would make the problem identification much more easy if we could get the place/field the process found the problem. Describe the solution you'd like Two way iIcan imagine:

surbhigarg92 commented 5 months ago

@danielovasSIO Can you provide a code snippet to reproduce the issue mentioned.