MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / InstanceMissing

Class InstanceMissing

src/compute-client/src/controller/error.rs:34–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32#[derive(Error, Debug)]
33#[error("instance does not exist: {0}")]
34pub 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.

Callers 5

instanceMethod · 0.85
instance_mutMethod · 0.85
fromMethod · 0.85
fromMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected