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