mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-01 15:40:53 -05:00
* Return error instead of panicking for corrupted aliases file on startup * common::fs::ops: provide file name in error messages And drop FileStorageError in favor of std::io::Error, since we always convert all kinds of errors into ServiceError anyway. * TableOfContent:🆕 return errors instead of panics Also, drop context strings. We use fs_err anyway, that should be enough. --------- Co-authored-by: leohenon <77656081+lhenon999@users.noreply.github.com> Co-authored-by: xzfc <xzfcpw@gmail.com>