mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-27 01:50:38 +00:00
sq: error parity
This commit is contained in:
@@ -969,6 +969,15 @@ impl Timeline {
|
||||
{
|
||||
return Err(GetVectoredError::MissingKey(key))
|
||||
}
|
||||
Err(Other(err))
|
||||
if err.chain().any(|cause| {
|
||||
cause
|
||||
.to_string()
|
||||
.contains("downloading evicted layer failed")
|
||||
}) =>
|
||||
{
|
||||
return Err(GetVectoredError::Other(err))
|
||||
}
|
||||
Err(Other(err))
|
||||
if err
|
||||
.chain()
|
||||
|
||||
Reference in New Issue
Block a user