appengine
appengine copied to clipboard
datastore: clarify GetMulti documentation regarding partial loading behavior
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..