Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaterializeInc/materialize
/ InstanceExists
Class
InstanceExists
src/compute-client/src/controller/error.rs:40–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
#[derive(Error, Debug)]
39
#[error(
"instance exists already: {0}"
)]
40
pub struct InstanceExists(pub ComputeInstanceId);
41
42
/// Error returned in response to a reference to an unknown compute collection.
43
#[derive(Error, Debug)]
Callers
1
create_instance
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected