MCPcopy Create free account
hub / github.com/HisMax/RedInk / type

Method type

backend/errors.py:24–25  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

22
23 @property
24 def type(self) -> str:
25 return f"{ERROR_TYPE_BASE}/{self.code.lower().replace('_', '-')}"
26
27 def to_dict(self) -> Dict[str, Any]:
28 return {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected