MCPcopy Create free account
hub / github.com/dagger/dagger / load_error_from_id

Method load_error_from_id

sdk/python/src/dagger/client/gen.py:13375–13381  ·  view source on GitHub ↗

Load a Error from its ID.

(self, id: ErrorID)

Source from the content-addressed store, hash-verified

13373 return EnvVariable(_ctx)
13374
13375 def load_error_from_id(self, id: ErrorID) -> Error:
13376 """Load a Error from its ID."""
13377 _args = [
13378 Arg("id", id),
13379 ]
13380 _ctx = self._select("loadErrorFromID", _args)
13381 return Error(_ctx)
13382
13383 def load_error_value_from_id(self, id: ErrorValueID) -> ErrorValue:
13384 """Load a ErrorValue from its ID."""

Callers

nothing calls this directly

Calls 3

ArgClass · 0.90
_selectMethod · 0.80
ErrorClass · 0.70

Tested by

no test coverage detected