MCPcopy Create free account
hub / github.com/github/copilot-sdk / no_handler

Method no_handler

python/copilot/canvas.py:125–130  ·  view source on GitHub ↗

Default error returned when a custom action has no handler.

(cls)

Source from the content-addressed store, hash-verified

123
124 @classmethod
125 def no_handler(cls) -> CanvasError:
126 """Default error returned when a custom action has no handler."""
127 return cls(
128 "canvas_action_no_handler",
129 "No handler implemented for this canvas action",
130 )
131
132 @classmethod
133 def handler_unset(cls) -> CanvasError:

Callers 2

on_actionMethod · 0.80

Calls

no outgoing calls

Tested by 1