aws / aws-sdk-go-v2

AWS SDK for the Go programming language.
https://aws.github.io/aws-sdk-go-v2/docs/
Apache License 2.0
2.61k stars 627 forks source link

refactor exception.type value #2796

Closed lucix-aws closed 2 weeks ago

lucix-aws commented 2 weeks ago

We're preferring the protocol error code first, since that's the most-specific value. The fallback is then just the Go type of the error.