feat: add cluster discovery, failover, VM management, and console support
This commit is contained in:
@@ -12,6 +12,9 @@ pub enum Error {
|
||||
#[error("HTTP request failed: {0}")]
|
||||
HttpError(#[from] reqwest::Error),
|
||||
|
||||
#[error("Cannot connect to server: {0}")]
|
||||
ConnectionFailed(String),
|
||||
|
||||
#[error("Certificate error: {0}")]
|
||||
CertificateError(String),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user