MCPcopy
hub / github.com/openai/openai-go / Error

Method Error

auth/error.go:35–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33}
34
35func (e *OAuthError) Error() string {
36 return fmt.Sprintf("OAuth error (status %d): %s - %s", e.StatusCode, e.ErrorCode, e.ErrorDescription)
37}

Calls

no outgoing calls