Throw an exception for partial insertion during Insert:Many
There are plans to expose the inserted IDs as a proper parsed field in the exception.
the Python client does that already (
The API looks like this: there are exception classes [Collection|Table]InsertManyException, subclasses of DataAPIException, with a insertedIds property that does serve your need.
Throw an exception for partial insertion during Insert:Many
There are plans to expose the inserted IDs as a proper parsed field in the exception.
the Python client does that already (
The API looks like this: there are exception classes [Collection|Table]InsertManyException, subclasses of DataAPIException, with a insertedIds property that does serve your need.