appengine icon indicating copy to clipboard operation
appengine copied to clipboard

datastore: clarify GetMulti documentation regarding partial loading behavior

Open adavila0703 opened this issue 7 months ago • 0 comments

I encountered a bug at Salesloft where we weren't properly handling entities that were successfully loaded when GetMulti returned a MultiError. The current documentation doesn't explicitly state that successful entities are still loaded into the destination slice even when errors occur with other entities.

This PR clarifies the documentation to make this behavior more apparent, which should hopefully help prevent similar issues..

adavila0703 avatar Mar 08 '25 21:03 adavila0703