awslabs / dynein

DynamoDB CLI written in Rust.
https://github.com/awslabs/dynein
Apache License 2.0
360 stars 37 forks source link

Improve error message #247

Closed ryota-sakamoto closed 2 months ago

ryota-sakamoto commented 3 months ago

Description

We are using aws-sdk-rust by https://github.com/awslabs/dynein/pull/126. After that, the error message is changed so we need to consider what the informations are shown.

error!("{}", e.into_service_error().meta());