summaryrefslogtreecommitdiffstats
path: root/crates/core/agent_interface/src/error.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/core/agent_interface/src/error.rs')
-rw-r--r--crates/core/agent_interface/src/error.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/core/agent_interface/src/error.rs b/crates/core/agent_interface/src/error.rs
index ea4c2c49..ed369a5b 100644
--- a/crates/core/agent_interface/src/error.rs
+++ b/crates/core/agent_interface/src/error.rs
@@ -9,7 +9,7 @@ pub enum TopicError {
UnknownTopic { topic: String },
}
-#[derive(thiserror::Error, Debug, Clone, Deserialize, Serialize, PartialEq)]
+#[derive(thiserror::Error, Debug, Clone, Deserialize, Serialize, Eq, PartialEq)]
pub enum SoftwareError {
#[error("DownloadError error: {reason:?} for {url:?}")]
DownloadError { reason: String, url: String },