| 32 | #[derive(Error, Debug)] |
| 33 | #[error("instance does not exist: {0}")] |
| 34 | pub struct InstanceMissing(pub ComputeInstanceId); |
| 35 | |
| 36 | /// Error returned in response to a request to create a compute instance with an ID of an existing |
| 37 | /// compute instance. |
no outgoing calls
no test coverage detected