Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.273 ·

AWS error parsing now also reads details.error_code

AWS server error parsing now also reads error codes nested under details.error_code

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal0worth watching, 1 to 5
AreaElsewherewhat it touches
KindBug Fixesin v2.1.273,
Under the hood

AWS server error parsing now also reads error codes nested under details.error_code

What

Claude Code's normalizer for AWS server errors now checks details?.error_code on the error response before falling back to the older error_code/code fields. This means error payloads that nest their error code inside a details object are now correctly recognized and mapped to a known server error code.

Why

This lets Claude Code correctly identify and handle a wider range of AWS error response shapes instead of missing the ones with a nested error code.

See this entry in the whole of v2.1.273 →