MCPcopy Create free account
hub / github.com/CloudOrc/SolidUI / error_type

Method error_type

solidui/exceptions.py:44–45  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

42
43 @property
44 def error_type(self) -> Optional[SolidUIErrorType]:
45 return self._error_type
46
47 def to_dict(self) -> dict[str, Any]:
48 rv = {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected