We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf6efd6 commit d65b9e2Copy full SHA for d65b9e2
1 file changed
event-svc/src/event/service.rs
@@ -614,6 +614,8 @@ pub enum ValidationError {
614
key: EventId,
615
reason: String,
616
},
617
+ // TODO: Add 'Soft error' -> should not kill recon conversation but should not be persisted.
618
+ // e.g. A time event could not be validated because no RPC provider was available.
619
}
620
621
#[derive(Debug, PartialEq, Eq, Default)]
0 commit comments