MCPcopy Index your code
hub / github.com/coder/coder / Error

Method Error

coderd/externalauth/gitprovider/gitprovider.go:267–269  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

265}
266
267func (e *RateLimitError) Error() string {
268 return fmt.Sprintf("rate limited until %s", e.RetryAfter.Format(time.RFC3339))
269}

Calls 1

FormatMethod · 0.65