MCPcopy Create free account
hub / github.com/Vector35/debugger / ErrorEventData

Class ErrorEventData

api/python/debuggercontroller.py:372–382  ·  view source on GitHub ↗

ErrorEventData is the data associated with a ErrorEvent * ``error``: the error message * ``data``: extra data. Not used.

Source from the content-addressed store, hash-verified

370
371
372class ErrorEventData:
373 """
374 ErrorEventData is the data associated with a ErrorEvent
375
376 * ``error``: the error message
377 * ``data``: extra data. Not used.
378
379 """
380 def __init__(self, error: str, data):
381 self.error = error
382 self.data = data
383
384
385class TargetExitedEventData:

Callers 1

_notifyMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected