MCPcopy
hub / github.com/Infisical/agent-vault / Error

Method Error

internal/oauth/oauth.go:56–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54}
55
56func (e *TokenError) Error() string {
57 return fmt.Sprintf("oauth: token endpoint returned %d: %s", e.StatusCode, e.Body)
58}
59
60// IsPermanentError returns true for 4xx status codes that are not transient.
61// 408 (Request Timeout) and 429 (Too Many Requests) are considered transient.

Calls

no outgoing calls