smithy-lang / smithy-rs

Code generation for the AWS SDK for Rust, as well as server and generic smithy client generation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ConstraintViolation structure does not implement std::error::Error

drganjoo opened this issue · comments

A ConstraintViolation structure is generated for each constrained type. However, it does not implement std::error::Error, making it difficult for client code to use the ? operator.