Home
last modified time | relevance | path

Searched refs:RateLimitError (Results 1 – 25 of 95) sorted by relevance

1234

/dports/net/rclone/rclone-1.57.0/vendor/github.com/dropbox/dropbox-sdk-go-unofficial/v6/dropbox/auth/
H A Dtypes.go146 type RateLimitError struct { struct
155 func NewRateLimitError(Reason *RateLimitReason) *RateLimitError {
156 s := new(RateLimitError)
H A Dsdk.go25 RateLimitError *RateLimitError `json:"error"` member
/dports/net/rclone/rclone-1.57.0/vendor/github.com/dropbox/dropbox-sdk-go-unofficial/v6/dropbox/
H A Dsdk_test.go80 if re.RateLimitError.RetryAfter != 300 {
81 t.Errorf("Unexpected retry-after value: %d\n", re.RateLimitError.RetryAfter)
83 if re.RateLimitError.Reason.Tag != auth.RateLimitReasonTooManyRequests {
84 t.Errorf("Unexpected reason: %v\n", re.RateLimitError.Reason)
/dports/net/py-tweepy/tweepy-3.10.0/docs/locale/ko/LC_MESSAGES/
H A Dcode_snippet.po58 "Since cursors raise ``RateLimitError``\\ s in their ``next()`` method, "
61 "커서는 커서 안의 ``next()`` 메소드 안에서 ``RateLimitError`` 를 일으킵니다. "
/dports/net/py-tweepy/tweepy-3.10.0/docs/
H A Dcode_snippet.rst58 Since cursors raise ``RateLimitError``\ s in their ``next()`` method,
74 except tweepy.RateLimitError:
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/chrismalek/oktasdk-go/okta/
H A Dsdk.go311 return &RateLimitError{
343 return &RateLimitError{
376 type RateLimitError struct { struct
382 func (r *RateLimitError) Error() string { argument
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/chrismalek/oktasdk-go/okta/
H A Dsdk.go311 return &RateLimitError{
343 return &RateLimitError{
376 type RateLimitError struct { struct
382 func (r *RateLimitError) Error() string { argument
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/vendor/github.com/chrismalek/oktasdk-go/okta/
H A Dsdk.go311 return &RateLimitError{
343 return &RateLimitError{
376 type RateLimitError struct { struct
382 func (r *RateLimitError) Error() string { argument
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/vendor/github.com/chrismalek/oktasdk-go/okta/
H A Dsdk.go311 return &RateLimitError{
343 return &RateLimitError{
376 type RateLimitError struct { struct
382 func (r *RateLimitError) Error() string { argument
/dports/security/vault/vault-1.8.2/vendor/github.com/chrismalek/oktasdk-go/okta/
H A Dsdk.go311 return &RateLimitError{
343 return &RateLimitError{
376 type RateLimitError struct { struct
382 func (r *RateLimitError) Error() string { argument
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vendor/github.com/chrismalek/oktasdk-go/okta/
H A Dsdk.go311 return &RateLimitError{
343 return &RateLimitError{
376 type RateLimitError struct { struct
382 func (r *RateLimitError) Error() string { argument
/dports/sysutils/gomplate/vault-sdk-v0.1.13/vendor/github.com/chrismalek/oktasdk-go/okta/
H A Dsdk.go311 return &RateLimitError{
343 return &RateLimitError{
376 type RateLimitError struct { struct
382 func (r *RateLimitError) Error() string { argument
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/hashicorp/vault/vault-api-v1.0.4/vendor/github.com/chrismalek/oktasdk-go/okta/
H A Dsdk.go311 return &RateLimitError{
343 return &RateLimitError{
376 type RateLimitError struct { struct
382 func (r *RateLimitError) Error() string { argument
/dports/devel/gitlab-runner/vault-sdk-v0.1.13/vendor/github.com/chrismalek/oktasdk-go/okta/
H A Dsdk.go311 return &RateLimitError{
343 return &RateLimitError{
376 type RateLimitError struct { struct
382 func (r *RateLimitError) Error() string { argument
/dports/sysutils/istio/vault-sdk-v0.1.12/vendor/github.com/chrismalek/oktasdk-go/okta/
H A Dsdk.go311 return &RateLimitError{
343 return &RateLimitError{
376 type RateLimitError struct { struct
382 func (r *RateLimitError) Error() string { argument
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/vault/vendor/github.com/chrismalek/oktasdk-go/okta/
H A Dsdk.go311 return &RateLimitError{
343 return &RateLimitError{
376 type RateLimitError struct { struct
382 func (r *RateLimitError) Error() string { argument
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/github_import/
H A Drate_limit_error.rb7 RateLimitError = Class.new(StandardError) constant
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/google/go-github/v41/github/
H A Dgithub_test.go235 case *RateLimitError:
1275 want := &RateLimitError{
1498 err := &RateLimitError{
1504 err *RateLimitError
1510 otherError: &RateLimitError{
1517 err: &RateLimitError{
1520 otherError: &RateLimitError{
1527 otherError: &RateLimitError{
1536 otherError: &RateLimitError{
2089 r := &RateLimitError{
[all …]
H A Dgithub.go717 …t) checkRateLimitBeforeDo(req *http.Request, rateLimitCategory rateLimitCategory) *RateLimitError {
730 return &RateLimitError{
838 type RateLimitError struct { struct
844 func (r *RateLimitError) Error() string { argument
851 func (r *RateLimitError) Is(target error) bool { argument
852 v, ok := target.(*RateLimitError)
1001 return &RateLimitError{
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/google/go-github/v35/github/
H A Dgithub.go635 …t) checkRateLimitBeforeDo(req *http.Request, rateLimitCategory rateLimitCategory) *RateLimitError {
648 return &RateLimitError{
753 type RateLimitError struct { struct
759 func (r *RateLimitError) Error() string { argument
766 func (r *RateLimitError) Is(target error) bool { argument
767 v, ok := target.(*RateLimitError)
916 return &RateLimitError{
/dports/www/gitea/gitea-1.16.5/services/migrations/
H A Derror.go21 _, ok := err.(*github.RateLimitError)
/dports/www/gitea/gitea-1.16.5/vendor/github.com/google/go-github/v39/github/
H A Dgithub.go688 …t) checkRateLimitBeforeDo(req *http.Request, rateLimitCategory rateLimitCategory) *RateLimitError {
701 return &RateLimitError{
809 type RateLimitError struct { struct
815 func (r *RateLimitError) Error() string { argument
822 func (r *RateLimitError) Is(target error) bool { argument
823 v, ok := target.(*RateLimitError)
972 return &RateLimitError{
/dports/net/py-tweepy/tweepy-3.10.0/tweepy/
H A Derror.py29 class RateLimitError(TweepError): class
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/google/go-github/github/
H A Dgithub.go466 …t) checkRateLimitBeforeDo(req *http.Request, rateLimitCategory rateLimitCategory) *RateLimitError {
479 return &RateLimitError{
526 type RateLimitError struct { struct
532 func (r *RateLimitError) Error() string { argument
638 return &RateLimitError{
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/workers/concerns/gitlab/github_import/
H A Drescheduling_methods.rb31 rescue RateLimitError

1234