Home
last modified time | relevance | path

Searched refs:RESTError (Results 1 – 25 of 36) sorted by relevance

12

/dports/devel/py-moto/moto-2.2.16/moto/sqs/
H A Dexceptions.py1 from moto.core.exceptions import RESTError
9 class ReceiptHandleIsInvalid(RESTError):
18 class MessageAttributesInvalid(RESTError):
27 class QueueDoesNotExist(RESTError):
38 class QueueAlreadyExists(RESTError):
45 class EmptyBatchRequest(RESTError):
55 class InvalidBatchEntryId(RESTError):
66 class BatchRequestTooLong(RESTError):
123 class MissingParameter(RESTError):
133 class OverLimit(RESTError):
[all …]
/dports/devel/py-moto/moto-2.2.16/moto/iam/
H A Dexceptions.py1 from moto.core.exceptions import RESTError
6 class IAMNotFoundException(RESTError):
15 class IAMConflictException(RESTError):
36 class MalformedCertificate(RESTError):
54 class DuplicateTags(RESTError):
64 class TagKeyTooBig(RESTError):
77 class TagValueTooBig(RESTError):
102 class TooManyTags(RESTError):
122 class ValidationError(RESTError):
129 class InvalidInput(RESTError):
[all …]
/dports/devel/py-moto/moto-2.2.16/moto/ses/
H A Dexceptions.py1 from moto.core.exceptions import RESTError
4 class MessageRejectedError(RESTError):
11 class ConfigurationSetDoesNotExist(RESTError):
29 class TemplateNameAlreadyExists(RESTError):
38 class ValidationError(RESTError):
45 class InvalidParameterValue(RESTError):
61 class TemplateDoesNotExist(RESTError):
68 class RuleSetNameAlreadyExists(RESTError):
77 class RuleAlreadyExists(RESTError):
84 class RuleSetDoesNotExist(RESTError):
[all …]
/dports/devel/py-moto/moto-2.2.16/moto/sns/
H A Dexceptions.py1 from moto.core.exceptions import RESTError
4 class SNSNotFoundError(RESTError):
11 class ResourceNotFoundError(RESTError):
20 class DuplicateSnsEndpointError(RESTError):
27 class SnsEndpointDisabled(RESTError):
34 class SNSInvalidParameter(RESTError):
41 class InvalidParameterValue(RESTError):
48 class TagLimitExceededError(RESTError):
58 class InternalError(RESTError):
/dports/devel/py-moto/moto-2.2.16/moto/cloudwatch/
H A Dexceptions.py1 from moto.core.exceptions import RESTError
4 class InvalidFormat(RESTError):
11 class InvalidParameterValue(RESTError):
18 class ResourceNotFound(RESTError):
25 class ResourceNotFoundException(RESTError):
32 class ValidationError(RESTError):
/dports/devel/py-moto/moto-2.2.16/moto/core/
H A Dexceptions.py41 class RESTError(HTTPException): class
53 super(RESTError, self).__init__()
77 class DryRunClientError(RESTError):
81 class JsonRESTError(RESTError):
93 class SignatureDoesNotMatchError(RESTError):
103 class InvalidClientTokenIdError(RESTError):
113 class AccessDeniedError(RESTError):
125 class AuthFailureError(RESTError):
/dports/www/beehive/beehive-0.4.0/vendor/github.com/bwmarrin/discordgo/
H A Dtypes.go30 type RESTError struct { struct
38 func newRestError(req *http.Request, resp *http.Response, body []byte) *RESTError {
39 restErr := &RESTError{
55 func (r RESTError) Error() string { argument
/dports/games/automuteus/automuteus-6.15.2/vendor/github.com/bwmarrin/discordgo/
H A Dtypes.go30 type RESTError struct { struct
38 func newRestError(req *http.Request, resp *http.Response, body []byte) *RESTError {
39 restErr := &RESTError{
55 func (r RESTError) Error() string { argument
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/matterbridge/discordgo/
H A Dtypes.go30 type RESTError struct { struct
38 func newRestError(req *http.Request, resp *http.Response, body []byte) *RESTError {
39 restErr := &RESTError{
55 func (r RESTError) Error() string { argument
/dports/devel/py-moto/moto-2.2.16/moto/elasticbeanstalk/
H A Dexceptions.py1 from moto.core.exceptions import RESTError
4 class InvalidParameterValueError(RESTError):
11 class ResourceNotFoundException(RESTError):
/dports/devel/py-moto/moto-2.2.16/moto/autoscaling/
H A Dexceptions.py1 from moto.core.exceptions import RESTError
4 class AutoscalingClientError(RESTError):
8 class ResourceContentionError(RESTError):
/dports/devel/py-moto/moto-2.2.16/moto/sdb/
H A Dexceptions.py2 from moto.core.exceptions import RESTError
18 class InvalidParameterError(RESTError):
37 class UnknownDomainName(RESTError):
/dports/devel/py-moto/moto-2.2.16/moto/sagemaker/
H A Dexceptions.py1 from moto.core.exceptions import RESTError, JsonRESTError, AWSError
8 class SagemakerClientError(RESTError):
15 class ModelError(RESTError):
/dports/devel/py-moto/moto-2.2.16/moto/wafv2/
H A Dexceptions.py1 from moto.core.exceptions import RESTError
4 class WAFv2ClientError(RESTError):
/dports/devel/py-moto/moto-2.2.16/moto/sts/
H A Dexceptions.py1 from moto.core.exceptions import RESTError
4 class STSClientError(RESTError):
/dports/devel/py-moto/moto-2.2.16/moto/kinesisvideo/
H A Dexceptions.py1 from moto.core.exceptions import RESTError
4 class KinesisvideoClientError(RESTError):
/dports/devel/py-moto/moto-2.2.16/moto/organizations/
H A Dmodels.py6 from moto.core.exceptions import RESTError
407 raise RESTError(
416 except RESTError:
417 raise RESTError(
557 raise RESTError(
570 raise RESTError(
594 raise RESTError(
626 raise RESTError(
641 raise RESTError(
693 raise RESTError(
[all …]
/dports/devel/py-moto/moto-2.2.16/moto/route53/
H A Dexceptions.py2 from moto.core.exceptions import RESTError
5 class Route53ClientError(RESTError):
/dports/devel/py-moto/moto-2.2.16/moto/ecs/
H A Dexceptions.py1 from moto.core.exceptions import RESTError, JsonRESTError
4 class ServiceNotFoundException(RESTError):
/dports/devel/py-moto/moto-2.2.16/moto/elb/
H A Dexceptions.py1 from moto.core.exceptions import RESTError
4 class ELBClientError(RESTError):
/dports/devel/py-moto/moto-2.2.16/moto/elbv2/
H A Dmodels.py6 from moto.core.exceptions import RESTError
926 raise RESTError(
1232 raise RESTError(
1242 raise RESTError(
1257 raise RESTError(
1276 raise RESTError(
1287 raise RESTError(
1303 raise RESTError(
1338 raise RESTError(
1391 raise RESTError(
[all …]
/dports/devel/py-moto/moto-2.2.16/moto/resourcegroupstaggingapi/
H A Dmodels.py6 from moto.core.exceptions import RESTError
542 raise RESTError(
546 raise RESTError(
553 raise RESTError(
607 raise RESTError(
653 raise RESTError(
/dports/mail/mailman3/mailman-3.3.1/src/mailman/rest/
H A Dvalidator.py34 class RESTError(MailmanError): class
39 class UnknownPATCHRequestError(RESTError):
47 class ReadOnlyPATCHRequestError(RESTError):
/dports/devel/py-moto/moto-2.2.16/moto/efs/
H A Dexceptions.py1 from moto.core.exceptions import RESTError
4 class EFSError(RESTError):
/dports/devel/py-moto/moto-2.2.16/tests/test_awslambda/
H A Dtest_lambda_layers.py8 from moto.core.exceptions import RESTError
34 with pytest.raises((RESTError, ClientError)):

12