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

Method Error

go/internal/jsonrpc2/jsonrpc2.go:34–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32}
33
34func (e *Error) Error() string {
35 return fmt.Sprintf("JSON-RPC Error %d: %s", e.Code, e.Message)
36}
37
38// Request represents a JSON-RPC 2.0 request
39type Request struct {

Calls

no outgoing calls