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

Class ObjectNotFoundError

sdk/python/src/dagger/mod/_exceptions.py:52–53  ·  view source on GitHub ↗

Parent object not found on registry.

Source from the content-addressed store, hash-verified

50
51
52class ObjectNotFoundError(ModuleError):
53 """Parent object not found on registry."""
54
55
56class RegistrationError(ModuleError):

Callers 2

_typedefsMethod · 0.90
get_objectMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected