aboutsummaryrefslogtreecommitdiff
path: root/src/util/error.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/error.rs')
-rw-r--r--src/util/error.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util/error.rs b/src/util/error.rs
index bdb3a69b..93b28038 100644
--- a/src/util/error.rs
+++ b/src/util/error.rs
@@ -23,6 +23,9 @@ pub enum Error {
#[error(display = "Invalid HTTP header value: {}", _0)]
HttpHeader(#[error(source)] http::header::ToStrError),
+ #[error(display = "kubernetes error: {}", _0)]
+ Kubernetes(#[error(source)] kube::Error),
+
#[error(display = "Netapp error: {}", _0)]
Netapp(#[error(source)] netapp::error::Error),