Show underlying pageserver error details

This commit is contained in:
Kirill Bulatov
2021-09-17 15:23:33 +03:00
parent 1d5abf1253
commit 1aa7218fd6

View File

@@ -24,7 +24,7 @@ use zenith_utils::connstring::connection_address;
#[derive(Error, Debug)]
pub enum PageserverHttpError {
#[error("Reqwest error")]
#[error("Reqwest error: {0}")]
Transport(#[from] reqwest::Error),
#[error("Error: {0}")]