diff --git a/kube-client/src/error.rs b/kube-client/src/error.rs index 09aff9164..7bed56cf0 100644 --- a/kube-client/src/error.rs +++ b/kube-client/src/error.rs @@ -44,7 +44,7 @@ pub enum Error { HttpError(#[source] http::Error), /// Common error case when requesting parsing into own structs - #[error("Error deserializing response")] + #[error("Error deserializing response: {0}")] SerdeError(#[source] serde_json::Error), /// Failed to build request