-
Notifications
You must be signed in to change notification settings - Fork 595
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
improve error logging for aws sdk err #10993
Comments
smithy-lang/smithy-rs#1950 upgrade guidance https://web.archive.org/web/20230518023205/https://awslabs.github.io/smithy-rs/design/rfcs/rfc0022_error_context_and_compatibility.html Their error handling RFC |
https://risingwave-community.slack.com/archives/C03BW71523T/p1690455709545769 Another trouble due to error message. |
s3 source error improved in #11120 |
#11198 also related |
most important parts fixed. fix more in future on demand |
Display
ofSdkError
is very simple, and not helpful at all for diagnosing problem:{:?}
is more informative, but less readable.The recommended way is:
https://docs.rs/aws-smithy-http/latest/aws_smithy_http/result/enum.SdkError.html
The text was updated successfully, but these errors were encountered: