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

Method error

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

If the check failed, this is the error

(self)

Source from the content-addressed store, hash-verified

1549 return await _ctx.execute(str)
1550
1551 def error(self) -> "Error":
1552 """If the check failed, this is the error"""
1553 _args: list[Arg] = []
1554 _ctx = self._select("error", _args)
1555 return Error(_ctx)
1556
1557 async def id(self) -> str:
1558 """A unique identifier for this Check.

Callers 14

log_exception_onlyFunction · 0.45
record_exceptionFunction · 0.45
connectFunction · 0.45
downloadCLIMethod · 0.45
generateExpectedScanFunction · 0.45
formatErrorFunction · 0.45
dispatchMethod · 0.45
fromEnvMethod · 0.45
fromCLIMethod · 0.45
runMethod · 0.45
getContextMethod · 0.45
mainMethod · 0.45

Calls 2

_selectMethod · 0.80
ErrorClass · 0.70

Tested by 1

dispatchMethod · 0.36