Correlation identifiers
These identifiers do not establish which backend operation ran, whether a write completed or whether a retry is safe. Preserve the exact returned values and correlate them with the relevant adapter logs.
Request-effect information
x-tensor9-request-effect describes a narrowly defined failed-request outcome. The supported value is:
Inspect headers from an AWS SDK response
In Python clients that use Botocore response dictionaries, successful responses and a caughtClientError expose response metadata. The following helper reads an already captured response; it sends no request: