tasks: simulation: better handle certain errors
This commit is contained in:
@@ -18,7 +18,8 @@ pub enum SimDataError<E> {
|
||||
DecodeError(E),
|
||||
EndOfStream,
|
||||
UnsupportedStreamType(ExtMeta),
|
||||
EventHeaderMissing
|
||||
EventHeaderMissing,
|
||||
PartitionNotFound
|
||||
}
|
||||
|
||||
impl<E> From<E> for SimDataError<E> {
|
||||
|
||||
Reference in New Issue
Block a user