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

Decoder chain should output specific error messages instead of the generic "Unable to decode input" #1234

Open
olivervogel opened this issue Dec 9, 2023 · 1 comment
Assignees

Comments

@olivervogel
Copy link
Member

olivervogel commented Dec 9, 2023

Solution approach (draft).

Premature termination of the decoder chain by “final” DecoderException, if it is clear that no further decoder will be successful.

For example

  • Input is string
  • Input is file path
  • File path is not an image (no further decoding attempts necessary!)
@kamranlhr30
Copy link

is it fixed or not ?

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

No branches or pull requests

2 participants