MCPcopy Create free account
hub / github.com/microsoft/TypeChat / Failure

Class Failure

python/src/typechat/_internal/result.py:13–15  ·  view source on GitHub ↗

An object representing an operation that failed for the reason given in `message`.

Source from the content-addressed store, hash-verified

11
12@dataclass
13class Failure:
14 "An object representing an operation that failed for the reason given in `message`."
15 message: str
16
17
18"""

Callers 4

translateMethod · 0.90
_handle_errorFunction · 0.90
completeMethod · 0.90
validate_objectMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…