You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Using the JavaScript client, I create a transaction and push a lot of documents with createOrReplace(). Sometimes I get a Cannot modify immutable attribute "type" error from .commit(), and while I understand why it happens, the error does not have enough detail to tell me which of the many documents is causing the problem. Could this error object be extended a bit to add a documentId property or similar?
Is your feature request related to a problem? Please describe.
Using the JavaScript client, I create a transaction and push a lot of documents with
createOrReplace()
. Sometimes I get a Cannot modify immutable attribute "type" error from.commit()
, and while I understand why it happens, the error does not have enough detail to tell me which of the many documents is causing the problem. Could this error object be extended a bit to add adocumentId
property or similar?Describe the solution you'd like
The text was updated successfully, but these errors were encountered: