chromeos / cros-codecs

BSD 3-Clause "New" or "Revised" License
30 stars 11 forks source link

Decoder interface needs an `InvalidInput` error #46

Open Gnurou opened 1 year ago

Gnurou commented 1 year ago

Right now we don't have a distinctive error to signal that the decoder could not find any meaningful input in the submitted input. While this is an error, most clients will want to keep submitting input until something catches on, so we should have a dedicated error type to allow proper matching.

dwlsalmeida commented 1 year ago

See #11