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

FR: API function to get a string from QUICLY_ERROR_* #460

Open
maxsharabayko opened this issue Jun 3, 2021 · 0 comments
Open

FR: API function to get a string from QUICLY_ERROR_* #460

maxsharabayko opened this issue Jun 3, 2021 · 0 comments

Comments

@maxsharabayko
Copy link
Contributor

constants.h contains error codes. But the library provides no way to get a human-readable error message out of it.

E.g. there is QUICLY_ERROR_FREE_CONNECTION 0xff03.
It would be convenient to have an API function like:

const char* quicly_error_str(int error_code);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant