feat: add error for traces without signal names
This commit is contained in:
parent
f86f0a2ea8
commit
e982dfe5a5
1 changed files with 3 additions and 0 deletions
|
|
@ -21,6 +21,9 @@ pub enum Error {
|
||||||
|
|
||||||
#[error("invalid operation due to bad type")]
|
#[error("invalid operation due to bad type")]
|
||||||
InvalidOperation,
|
InvalidOperation,
|
||||||
|
|
||||||
|
#[error("name not in signal trace")]
|
||||||
|
SignalNotPresent,
|
||||||
}
|
}
|
||||||
|
|
||||||
pub type ArgusError = Error;
|
pub type ArgusError = Error;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue