Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
267
func
(e *RateLimitError) Error() string {
268
return
fmt.Sprintf(
"rate limited until %s"
, e.RetryAfter.Format(time.RFC3339))
269
}
Callers
9
TestGitLabIntegration
Function · 0.45
TestGitHubRatelimit_403WithResetHeader
Function · 0.45
TestGitHubRatelimit_429WithRetryAfter
Function · 0.45
TestGitHubRatelimit_403NormalError
Function · 0.45
TestFetchPullRequestDiff_Ratelimit
Function · 0.45
TestFetchBranchDiff_Ratelimit
Function · 0.45
TestFetchBranchDiff
Function · 0.45
TestGitLabFetchBranchDiff
Function · 0.45
TestGitLabRateLimit
Function · 0.45
Calls
1
Format
Method · 0.65
Tested by
9
TestGitLabIntegration
Function · 0.36
TestGitHubRatelimit_403WithResetHeader
Function · 0.36
TestGitHubRatelimit_429WithRetryAfter
Function · 0.36
TestGitHubRatelimit_403NormalError
Function · 0.36
TestFetchPullRequestDiff_Ratelimit
Function · 0.36
TestFetchBranchDiff_Ratelimit
Function · 0.36
TestFetchBranchDiff
Function · 0.36
TestGitLabFetchBranchDiff
Function · 0.36
TestGitLabRateLimit
Function · 0.36