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

Class InvalidInputError

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

Error while deserializing values into Python objects. If it happens it's probably a bug in the SDK because the API should validate early if input is not of expected type.

Source from the content-addressed store, hash-verified

38
39
40class InvalidInputError(ModuleError):
41 """Error while deserializing values into Python objects.
42
43 If it happens it's probably a bug in the SDK because the API should
44 validate early if input is not of expected type.
45 """
46
47
48class InvalidResultError(ModuleError):

Callers 4

invokeMethod · 0.90
_get_parent_instanceMethod · 0.90
_convert_inputsMethod · 0.90
bind_argumentsMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected