Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Mar 31, 2026. It is now read-only.
This repository was archived by the owner on Mar 31, 2026. It is now read-only.
There was an error while loading. Please reload this page.
The top-level response code in
batch.finishis not checked and the error is not properly returned.Surfaced in #404 , if a batch request fails, a
ValueError: Bad response: not multi-partis returned instead of bubbling up the actual error. TheValueErrorin this case is misleading and not informative.