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

Convert AuthError to Error<AuthErrorKind> #1088

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nepalez
Copy link
Contributor

@nepalez nepalez commented Aug 14, 2023

This PR is a part of error specialization initiated by the #1047

See the initial discussion of the change in this draft PR (to be removed later, after processing the feedback by @Jarema and creating smaller PR-s from its commits).

This part is devoted to convertion of the AuthError into a specialization of the error::Error<T> generic. The error messages are moved to the implementation of its kind AuthErrorKind.

The only change here is that the `AuthError` became
a specialization of the `error::Error<T>` generic.
The error messages are moved to the implementation
of its kind `AuthErrorKind`.
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

Successfully merging this pull request may close these issues.

None yet

1 participant