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