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

manually impl Deserialize for ColorOrLink for better error messages #2048

Merged
merged 1 commit into from
Apr 26, 2024

Conversation

MaxVerevkin
Copy link
Collaborator

  • Before: data did not match any variant of untagged enum ColorOrLink.
  • After: 'not a color' is not a valid RGBA color. Cause: invalid digit found in string.

- Before: `data did not match any variant of untagged enum ColorOrLink`.
- After: `'not a color' is not a valid RGBA color. Cause: invalid digit found in string`.
@MaxVerevkin MaxVerevkin merged commit 096f03e into master Apr 26, 2024
26 checks passed
@MaxVerevkin MaxVerevkin deleted the colorerror branch April 26, 2024 18:47
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.

1 participant