We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72eef44 commit 9eb5048Copy full SHA for 9eb5048
kube-client/src/error.rs
@@ -44,7 +44,7 @@ pub enum Error {
44
HttpError(#[source] http::Error),
45
46
/// Common error case when requesting parsing into own structs
47
- #[error("Error deserializing response")]
+ #[error("Error deserializing response: {0}")]
48
SerdeError(#[source] serde_json::Error),
49
50
/// Failed to build request
0 commit comments