Skip to content

Commit

Permalink
Include inner error message in Display for SerdeError (#1481)
Browse files Browse the repository at this point in the history
Signed-off-by: Erin Power <xampprocky@gmail.com>
  • Loading branch information
XAMPPRocky committed May 1, 2024
1 parent 72eef44 commit 9eb5048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kube-client/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9eb5048

Please sign in to comment.