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

Method Error

oauthex/oauth2.go:26–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24}
25
26func (e *httpStatusError) Error() string {
27 return fmt.Sprintf("bad status %d", e.StatusCode)
28}
29
30// getJSON retrieves JSON and unmarshals JSON from the URL, as specified in both
31// RFC 9728 and RFC 8414.

Calls

no outgoing calls