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

Method values

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

The extensions of the error.

(self)

Source from the content-addressed store, hash-verified

7810 return await _ctx.execute(str)
7811
7812 async def values(self) -> list["ErrorValue"]:
7813 """The extensions of the error."""
7814 _args: list[Arg] = []
7815 _ctx = self._select("values", _args)
7816 return await _ctx.execute_object_list(ErrorValue)
7817
7818 def with_value(self, name: str, value: JSON) -> Self:
7819 """Add a value to the error.

Callers 15

getSeveritiesListMethod · 0.45
getSeveritiesArrayMethod · 0.45
_init_tracingFunction · 0.45
__init__.pyFile · 0.45
_typedefsMethod · 0.45
parametersMethod · 0.45
make_methodFunction · 0.45
is_self_chainableFunction · 0.45
legacy_idable_typesFunction · 0.45
getResultMethod · 0.45

Calls 2

_selectMethod · 0.80
execute_object_listMethod · 0.80

Tested by 4

getSeveritiesListMethod · 0.36
getSeveritiesArrayMethod · 0.36