Home
last modified time | relevance | path

Searched refs:TooManyRequests (Results 1 – 25 of 213) sorted by relevance

123456789

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-elasticfilesystem/include/aws/elasticfilesystem/model/
H A DTooManyRequests.h33 class AWS_EFS_API TooManyRequests
36 TooManyRequests();
37 TooManyRequests(Aws::Utils::Json::JsonView jsonValue);
38 TooManyRequests& operator=(Aws::Utils::Json::JsonView jsonValue);
58 …inline TooManyRequests& WithErrorCode(const Aws::String& value) { SetErrorCode(value); return *thi… in WithErrorCode()
61 …inline TooManyRequests& WithErrorCode(Aws::String&& value) { SetErrorCode(std::move(value)); retur… in WithErrorCode()
64 inline TooManyRequests& WithErrorCode(const char* value) { SetErrorCode(value); return *this;} in WithErrorCode()
83 … inline TooManyRequests& WithMessage(const Aws::String& value) { SetMessage(value); return *this;} in WithMessage()
86 …inline TooManyRequests& WithMessage(Aws::String&& value) { SetMessage(std::move(value)); return *t… in WithMessage()
89 inline TooManyRequests& WithMessage(const char* value) { SetMessage(value); return *this;} in WithMessage()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-elasticfilesystem/source/model/
H A DTooManyRequests.cpp21 TooManyRequests::TooManyRequests() : in TooManyRequests() function in Aws::EFS::Model::TooManyRequests
27 TooManyRequests::TooManyRequests(JsonView jsonValue) : in TooManyRequests() function in Aws::EFS::Model::TooManyRequests
34 TooManyRequests& TooManyRequests::operator =(JsonView jsonValue) in operator =()
53 JsonValue TooManyRequests::Jsonize() const in Jsonize()
/dports/devel/py-b2sdk/b2sdk-1.12.0/test/unit/b2http/
H A Dtest_b2http.py98 with self.assertRaises(TooManyRequests):
142 fcn.side_effect = [TooManyRequests(retry_after_seconds=2), self.response]
150 TooManyRequests(retry_after_seconds=2),
151 TooManyRequests(retry_after_seconds=5),
153 with self.assertRaises(TooManyRequests):
163 TooManyRequests(retry_after_seconds=2),
164 TooManyRequests(),
165 TooManyRequests(retry_after_seconds=2),
177 TooManyRequests(),
178 TooManyRequests(retry_after_seconds=5),
[all …]
/dports/www/py-google-cloud-storage/google-cloud-storage-1.43.0/tests/system/
H A D_helpers.py25 retry_429 = RetryErrors(exceptions.TooManyRequests)
26 retry_429_harder = RetryErrors(exceptions.TooManyRequests, max_tries=10)
28 [exceptions.TooManyRequests, exceptions.ServiceUnavailable], max_tries=10
79 errors = (exceptions.Conflict, exceptions.TooManyRequests)
93 errors = (exceptions.Conflict, exceptions.TooManyRequests)
/dports/net-p2p/bazarr/bazarr-1.0.2/bazarr/
H A Dget_providers.py16 from subliminal_patch.exceptions import TooManyRequests, APIThrottled, ParseResponseError, IPAddres…
39 VALID_THROTTLE_EXCEPTIONS = (TooManyRequests, DownloadLimitExceeded, ServiceUnavailable, APIThrottl…
46 TooManyRequests : (datetime.timedelta(hours=1), "1 hour"),
57 TooManyRequests : (datetime.timedelta(hours=3), "3 hours"),
63 TooManyRequests : (datetime.timedelta(minutes=1), "1 minute"),
68 TooManyRequests : (datetime.timedelta(minutes=5), "5 minutes"),
75 TooManyRequests : (datetime.timedelta(hours=3), "3 hours"),
/dports/www/p5-HTTP-Throwable/HTTP-Throwable-0.027/lib/HTTP/Throwable/Role/Status/
H A DTooManyRequests.pm1 package HTTP::Throwable::Role::Status::TooManyRequests;
3 $HTTP::Throwable::Role::Status::TooManyRequests::VERSION = '0.027';
/dports/www/py-planet/planet-1.4.8/planet/api/
H A D__init__.py17 from .exceptions import (ServerError, RequestCancelled, TooManyRequests)
26 TooManyRequests,
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/subliminal_patch/providers/
H A Dopensubtitlescom.py13 from subliminal_patch.exceptions import TooManyRequests
179 raise TooManyRequests()
209 raise TooManyRequests()
213 raise TooManyRequests()
305 raise TooManyRequests()
378 raise TooManyRequests()
392 raise TooManyRequests()
/dports/devel/py-b2sdk/b2sdk-1.12.0/test/unit/
H A Dtest_exception.py31 TooManyRequests,
133 TooManyRequests,
142 error = self._check_one(TooManyRequests, 429, '', '', {})
/dports/www/py-google-cloud-core/google-cloud-core-2.2.1/google/cloud/exceptions/
H A D__init__.py51 TooManyRequests = exceptions.TooManyRequests variable
/dports/devel/py-apns2/apns2-0.3.0/apns2/
H A Derrors.py142 class TooManyRequests(APNsException): class
188 'TooManyRequests': TooManyRequests,
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/efs/types/
H A Derrors.go500 type TooManyRequests struct { struct
506 func (e *TooManyRequests) Error() string { argument
509 func (e *TooManyRequests) ErrorMessage() string { argument
515 func (e *TooManyRequests) ErrorCode() string { return "TooManyRequests" } argument
516 func (e *TooManyRequests) ErrorFault() smithy.ErrorFault { return smithy.FaultClient } argument
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/efs/types/
H A Derrors.go500 type TooManyRequests struct { struct
506 func (e *TooManyRequests) Error() string { argument
509 func (e *TooManyRequests) ErrorMessage() string { argument
515 func (e *TooManyRequests) ErrorCode() string { return "TooManyRequests" } argument
516 func (e *TooManyRequests) ErrorFault() smithy.ErrorFault { return smithy.FaultClient } argument
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/efs/types/
H A Derrors.go500 type TooManyRequests struct { struct
506 func (e *TooManyRequests) Error() string { argument
509 func (e *TooManyRequests) ErrorMessage() string { argument
515 func (e *TooManyRequests) ErrorCode() string { return "TooManyRequests" } argument
516 func (e *TooManyRequests) ErrorFault() smithy.ErrorFault { return smithy.FaultClient } argument
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/efs/types/
H A Derrors.go522 type TooManyRequests struct { struct
528 func (e *TooManyRequests) Error() string { argument
531 func (e *TooManyRequests) ErrorMessage() string { argument
537 func (e *TooManyRequests) ErrorCode() string { return "TooManyRequests" } argument
538 func (e *TooManyRequests) ErrorFault() smithy.ErrorFault { return smithy.FaultClient } argument
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/efs/types/
H A Derrors.go522 type TooManyRequests struct { struct
528 func (e *TooManyRequests) Error() string { argument
531 func (e *TooManyRequests) ErrorMessage() string { argument
537 func (e *TooManyRequests) ErrorCode() string { return "TooManyRequests" } argument
538 func (e *TooManyRequests) ErrorFault() smithy.ErrorFault { return smithy.FaultClient } argument
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/efs/types/
H A Derrors.go572 type TooManyRequests struct { struct
580 func (e *TooManyRequests) Error() string { argument
583 func (e *TooManyRequests) ErrorMessage() string { argument
589 func (e *TooManyRequests) ErrorCode() string { return "TooManyRequests" } argument
590 func (e *TooManyRequests) ErrorFault() smithy.ErrorFault { return smithy.FaultClient } argument
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/efs/types/
H A Derrors.go522 type TooManyRequests struct { struct
528 func (e *TooManyRequests) Error() string { argument
531 func (e *TooManyRequests) ErrorMessage() string { argument
537 func (e *TooManyRequests) ErrorCode() string { return "TooManyRequests" } argument
538 func (e *TooManyRequests) ErrorFault() smithy.ErrorFault { return smithy.FaultClient } argument
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/efs/types/
H A Derrors.go522 type TooManyRequests struct { struct
528 func (e *TooManyRequests) Error() string { argument
531 func (e *TooManyRequests) ErrorMessage() string { argument
537 func (e *TooManyRequests) ErrorCode() string { return "TooManyRequests" } argument
538 func (e *TooManyRequests) ErrorFault() smithy.ErrorFault { return smithy.FaultClient } argument
/dports/net-im/spectral/libQuotient-58dfe74390ebdd8ec6611d3b8fecfe7d051ff955/lib/jobs/
H A Dbasejob.h72 TooManyRequests, enumerator
73 TooManyRequestsError = TooManyRequests,
74 RateLimited = TooManyRequests,
/dports/devel/b2/B2_Command_Line_Tool-1.3.8/test/
H A Dtest_exception.py27 TooManyRequests,
124 self._check_one(TooManyRequests, 429, '', '')
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/deep_translator/
H A Dlinguee.py11 TooManyRequests)
95 raise TooManyRequests()
H A Dyandex.py6 from .exceptions import (RequestError, ServerException, TranslationNotFound, TooManyRequests)
105 raise TooManyRequests()
/dports/www/py-google-cloud-logging/google-cloud-logging-2.7.0/tests/system/
H A Dtest_system.py29 from google.api_core.exceptions import TooManyRequests
51 retry_429 = RetryErrors(TooManyRequests)
134 retry_other = RetryErrors((TooManyRequests, RetryError))
201 retry = RetryErrors((TooManyRequests, StopIteration), max_tries=8)
252 retry = RetryErrors((TooManyRequests, StopIteration), max_tries=8)
285 retry = RetryErrors((TooManyRequests, StopIteration), max_tries=8)
577 retry = RetryErrors((Conflict, TooManyRequests, ServiceUnavailable))
647 retry = RetryErrors((TooManyRequests, BadGateway, ServiceUnavailable))
/dports/www/zola/zola-0.15.2/cargo-crates/mockito-0.30.0/src/
H A Dresponse.rs134 TooManyRequests,
203 429 => Self::TooManyRequests,
274 Status::TooManyRequests => "429 Too Many Requests",

123456789