Include err for no surb tag or peer

This commit is contained in:
mfahampshire
2025-11-06 12:50:23 +00:00
parent aaa7e317bf
commit 8a5205ac4c
+3
View File
@@ -162,6 +162,9 @@ pub enum Error {
#[error("no response id found in connect response")]
IPRNoId,
#[error("Could not find peer address or surb tag")]
MixStreamNoPeerOrSurb,
}
impl Error {