paolobroglio / atium

Simple video converter
MIT License
0 stars 0 forks source link

Better error handling #11

Closed paolobroglio closed 1 year ago

paolobroglio commented 1 year ago

Most methods and functions return Result<T, &'static str> so errors are not well typed. We need something like Result<T, AtiumError>