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.
retry.is_etag_in_json(data)is a helper method for conditional retries. It returns a boolean whether or not anetagis contained in the JSON body.There seem to be use cases in which a dictionary type of data is passed into
retry.is_etag_in_json(data). Currently the method is unable to handle dict type data correctly: aJSONDecodeErroris caught before examining if an etag is contained within.