MCPcopy Create free account
hub / github.com/devhotteok/TwitchLink / getError

Method getError

Search/Engine.py:100–101  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

98 self._setFinished()
99
100 def getError(self) -> Exception | None:
101 return self._error
102
103 def getData(self) -> TwitchGQLModels.Channel | TwitchGQLModels.Video | TwitchGQLModels.Clip | ExternalPlaybackGenerator.ExternalPlayback:
104 return self._data

Calls

no outgoing calls

Tested by

no test coverage detected