Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Please, implement std::error::Error for ursa::CryptoError #182

Open
Revertron opened this issue Jun 29, 2021 · 1 comment
Open

Please, implement std::error::Error for ursa::CryptoError #182

Revertron opened this issue Jun 29, 2021 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@Revertron
Copy link

I see that ursa::CryptoError doesn't implement trait std::error::Error, that prevents us from comfortable error processing.

Thanks in advance!

@brentzundel
Copy link
Contributor

We plan to address error handling after doing a significant refactor. It may be that we use std::error::Error, but that will be determined once the project is in a more mature state.

@brentzundel brentzundel added the enhancement New feature or request label Feb 1, 2023
@brentzundel brentzundel added this to the v1.0 milestone Feb 1, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Development

No branches or pull requests

2 participants