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