Description
A client session can be used to apply operations belonging to multiple tables. If there are any errors, there's no way currently to figure out which table each error belonged to short of the application keeping track of which primary keys belong to which tables. Seeing as each row error is associated with a PartialRow, a simple way to address this may be to expose PartialRow's schema in the public API.
This applies to all client bindings.