Skip to content
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

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

Open
drganjoo opened this issue Feb 20, 2024 · 0 comments
Open

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

drganjoo opened this issue Feb 20, 2024 · 0 comments
Assignees
Labels
server Rust server SDK

Comments

@drganjoo
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
server Rust server SDK
Projects
None yet
Development

No branches or pull requests

1 participant