We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf12efe commit 3e8f631Copy full SHA for 3e8f631
tap_receipt/src/rav.rs
@@ -26,4 +26,8 @@ pub enum AggregationError {
26
/// Error when no valid receipts are found for a RAV request
27
#[error("Failed to produce rav request, no valid receipts")]
28
NoValidReceiptsForRavRequest,
29
+
30
+ /// Other user-defined error
31
+ #[error(transparent)]
32
+ Other(anyhow::Error),
33
}
0 commit comments