Enum xo_api_client::RevertSnapshotError [−][src]
pub enum RevertSnapshotError {
ReportedFail,
Rpc(RpcError),
}Expand description
Error during revert of VM snapshot
Variants
Tuple Fields of Rpc
0: RpcErrorpub enum RevertSnapshotError {
ReportedFail,
Rpc(RpcError),
}Error during revert of VM snapshot
0: RpcError