mirror of
https://github.com/edera-dev/krata.git
synced 2025-12-19 21:00:18 +00:00
xencall: convert to using thiserror
This commit is contained in:
@@ -7,7 +7,7 @@ pub enum Error {
|
||||
#[error("xenstore issue encountered")]
|
||||
XenStore(#[from] xenstore::error::Error),
|
||||
#[error("xencall issue encountered")]
|
||||
XenCall(#[from] xencall::XenCallError),
|
||||
XenCall(#[from] xencall::error::Error),
|
||||
#[error("domain does not have a tty")]
|
||||
TtyNotFound,
|
||||
#[error("introducing the domain failed")]
|
||||
|
||||
Reference in New Issue
Block a user