pub type ContainerAlreadyStartedError = ErrorModel;Expand description
ErrorModel is used in remote connections with podman
Aliased Type§
pub struct ContainerAlreadyStartedError {
pub cause: Option<String>,
pub message: Option<String>,
pub response: Option<i64>,
}Fields§
§cause: Option<String>API root cause formatted for automated parsing
message: Option<String>human error message, formatted for a human to read
response: Option<i64>HTTP response code