Home
last modified time | relevance | path

Searched refs:ResponseError (Results 1 – 25 of 1312) sorted by relevance

12345678910>>...53

/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/vendored/boto/boto/fps/
H A Dexception.py14 class ResponseError(BotoServerError): class
51 class AmountOutOfRange(ResponseError):
67 class DuplicateRequest(ResponseError):
73 class InactiveInstrument(ResponseError):
90 class InstrumentExpired(ResponseError):
137 class InvalidDateRange(ResponseError):
143 class InvalidParams(ResponseError):
168 class InvalidTokenId(ResponseError):
184 class InvalidTokenType(ResponseError):
277 class TokenNotActive(ResponseError):
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/boto/boto/fps/
H A Dexception.py14 class ResponseError(BotoServerError): class
51 class AmountOutOfRange(ResponseError):
67 class DuplicateRequest(ResponseError):
73 class InactiveInstrument(ResponseError):
90 class InstrumentExpired(ResponseError):
137 class InvalidDateRange(ResponseError):
143 class InvalidParams(ResponseError):
168 class InvalidTokenId(ResponseError):
184 class InvalidTokenType(ResponseError):
277 class TokenNotActive(ResponseError):
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/vendored/boto/boto/fps/
H A Dexception.py14 class ResponseError(BotoServerError): class
51 class AmountOutOfRange(ResponseError):
67 class DuplicateRequest(ResponseError):
73 class InactiveInstrument(ResponseError):
90 class InstrumentExpired(ResponseError):
137 class InvalidDateRange(ResponseError):
143 class InvalidParams(ResponseError):
168 class InvalidTokenId(ResponseError):
184 class InvalidTokenType(ResponseError):
277 class TokenNotActive(ResponseError):
[all …]
/dports/devel/py-boto/boto-2.49.0/boto/fps/
H A Dexception.py14 class ResponseError(BotoServerError): class
51 class AmountOutOfRange(ResponseError):
67 class DuplicateRequest(ResponseError):
73 class InactiveInstrument(ResponseError):
90 class InstrumentExpired(ResponseError):
137 class InvalidDateRange(ResponseError):
143 class InvalidParams(ResponseError):
168 class InvalidTokenId(ResponseError):
184 class InvalidTokenType(ResponseError):
277 class TokenNotActive(ResponseError):
[all …]
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/actix-web-4.0.0-beta.8/src/error/
H A Dresponse_error.rs17 pub trait ResponseError: fmt::Debug + fmt::Display { trait
47 downcast_dyn!(ResponseError);
49 impl ResponseError for Box<dyn StdError + 'static> {}
54 impl ResponseError for serde::de::value::Error {
60 impl ResponseError for serde_json::Error {}
62 impl ResponseError for serde_urlencoded::ser::Error {}
64 impl ResponseError for std::str::Utf8Error {
70 impl ResponseError for std::io::Error {
81 impl ResponseError for actix_http::error::HttpError {}
83 impl ResponseError for actix_http::Error {
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/tools/rls/rls/src/actions/
H A Drequests.rs57 ) -> Result<Self::Response, ResponseError> { in handle() argument
91 ) -> Result<Self::Response, ResponseError> { in handle() argument
162 ResponseError::Message( in handle()
429 Err(ResponseError::Empty) in fallback_response()
479 return Err(ResponseError::Empty); in apply_deglobs()
626 Err(ResponseError::Message( in fallback_response()
644 Err(ResponseError::Message( in fallback_response()
663 ) -> Result<Vec<TextEdit>, ResponseError> { in reformat() argument
734 return Err(ResponseError::Message( in reformat()
747 Err(ResponseError::Empty) in fallback_response()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ec2/include/aws/ec2/model/
H A DResponseError.h33 class AWS_EC2_API ResponseError
36 ResponseError();
37 ResponseError(const Aws::Utils::Xml::XmlNode& xmlNode);
38 ResponseError& operator=(const Aws::Utils::Xml::XmlNode& xmlNode);
67 …inline ResponseError& WithCode(const LaunchTemplateErrorCode& value) { SetCode(value); return *thi… in WithCode()
72 …inline ResponseError& WithCode(LaunchTemplateErrorCode&& value) { SetCode(std::move(value)); retur… in WithCode()
103 inline ResponseError& WithMessage(const Aws::String& value) { SetMessage(value); return *this;} in WithMessage()
108 …inline ResponseError& WithMessage(Aws::String&& value) { SetMessage(std::move(value)); return *thi… in WithMessage()
113 inline ResponseError& WithMessage(const char* value) { SetMessage(value); return *this;} in WithMessage()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ec2/source/model/
H A DResponseError.cpp23 ResponseError::ResponseError() : in ResponseError() function in Aws::EC2::Model::ResponseError
30 ResponseError::ResponseError(const XmlNode& xmlNode) : in ResponseError() function in Aws::EC2::Model::ResponseError
38 ResponseError& ResponseError::operator =(const XmlNode& xmlNode) in operator =()
61 void ResponseError::OutputToStream(Aws::OStream& oStream, const char* location, unsigned index, con… in OutputToStream()
75 void ResponseError::OutputToStream(Aws::OStream& oStream, const char* location) const in OutputToStream()
/dports/security/vault/vault-1.8.2/vendor/github.com/snowflakedb/gosnowflake/vendor/github.com/aws/aws-sdk-go-v2/aws/transport/http/
H A Dresponse_error.go12 type ResponseError struct { struct
13 *smithyhttp.ResponseError argument
20 func (e *ResponseError) ServiceRequestID() string { return e.RequestID } argument
23 func (e *ResponseError) Error() string { argument
31 func (e *ResponseError) As(target interface{}) bool { argument
32 return errors.As(e.ResponseError, target)
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/aws/transport/http/
H A Dresponse_error.go12 type ResponseError struct { struct
13 *smithyhttp.ResponseError argument
20 func (e *ResponseError) ServiceRequestID() string { return e.RequestID } argument
23 func (e *ResponseError) Error() string { argument
31 func (e *ResponseError) As(target interface{}) bool { argument
32 return errors.As(e.ResponseError, target)
/dports/security/vault/aws-sdk-go-v2-1.5.0/aws/transport/http/
H A Dresponse_error.go12 type ResponseError struct { struct
13 *smithyhttp.ResponseError argument
20 func (e *ResponseError) ServiceRequestID() string { return e.RequestID } argument
23 func (e *ResponseError) Error() string { argument
31 func (e *ResponseError) As(target interface{}) bool { argument
32 return errors.As(e.ResponseError, target)
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/aws/transport/http/
H A Dresponse_error.go12 type ResponseError struct { struct
13 *smithyhttp.ResponseError argument
20 func (e *ResponseError) ServiceRequestID() string { return e.RequestID } argument
23 func (e *ResponseError) Error() string { argument
31 func (e *ResponseError) As(target interface{}) bool { argument
32 return errors.As(e.ResponseError, target)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/aws/transport/http/
H A Dresponse_error.go12 type ResponseError struct { struct
13 *smithyhttp.ResponseError argument
20 func (e *ResponseError) ServiceRequestID() string { return e.RequestID } argument
23 func (e *ResponseError) Error() string { argument
31 func (e *ResponseError) As(target interface{}) bool { argument
32 return errors.As(e.ResponseError, target)
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/aws/transport/http/
H A Dresponse_error.go12 type ResponseError struct { struct
13 *smithyhttp.ResponseError argument
20 func (e *ResponseError) ServiceRequestID() string { return e.RequestID } argument
23 func (e *ResponseError) Error() string { argument
31 func (e *ResponseError) As(target interface{}) bool { argument
32 return errors.As(e.ResponseError, target)
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/aws/transport/http/
H A Dresponse_error.go12 type ResponseError struct { struct
13 *smithyhttp.ResponseError argument
20 func (e *ResponseError) ServiceRequestID() string { return e.RequestID } argument
23 func (e *ResponseError) Error() string { argument
31 func (e *ResponseError) As(target interface{}) bool { argument
32 return errors.As(e.ResponseError, target)
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/aws/transport/http/
H A Dresponse_error.go12 type ResponseError struct { struct
13 *smithyhttp.ResponseError argument
20 func (e *ResponseError) ServiceRequestID() string { return e.RequestID } argument
23 func (e *ResponseError) Error() string { argument
31 func (e *ResponseError) As(target interface{}) bool { argument
32 return errors.As(e.ResponseError, target)
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/aws/transport/http/
H A Dresponse_error.go12 type ResponseError struct { struct
13 *smithyhttp.ResponseError argument
20 func (e *ResponseError) ServiceRequestID() string { return e.RequestID } argument
23 func (e *ResponseError) Error() string { argument
31 func (e *ResponseError) As(target interface{}) bool { argument
32 return errors.As(e.ResponseError, target)
/dports/security/vault/vault-1.8.2/vendor/github.com/snowflakedb/gosnowflake/vendor/github.com/aws/aws-sdk-go-v2/service/internal/s3shared/
H A Dresponse_error.go12 type ResponseError struct { struct
13 *awshttp.ResponseError argument
20 func (e *ResponseError) ServiceHostID() string { return e.HostID } argument
23 func (e *ResponseError) Error() string { argument
31 func (e *ResponseError) As(target interface{}) bool { argument
32 return errors.As(e.ResponseError, target)
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/internal/s3shared/
H A Dresponse_error.go12 type ResponseError struct { struct
13 *awshttp.ResponseError argument
20 func (e *ResponseError) ServiceHostID() string { return e.HostID } argument
23 func (e *ResponseError) Error() string { argument
31 func (e *ResponseError) As(target interface{}) bool { argument
32 return errors.As(e.ResponseError, target)
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/internal/s3shared/
H A Dresponse_error.go12 type ResponseError struct {
13 *awshttp.ResponseError
20 func (e *ResponseError) ServiceHostID() string { return e.HostID }
23 func (e *ResponseError) Error() string {
31 func (e *ResponseError) As(target interface{}) bool {
32 return errors.As(e.ResponseError, target)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/internal/s3shared/
H A Dresponse_error.go12 type ResponseError struct { struct
13 *awshttp.ResponseError argument
20 func (e *ResponseError) ServiceHostID() string { return e.HostID } argument
23 func (e *ResponseError) Error() string { argument
31 func (e *ResponseError) As(target interface{}) bool { argument
32 return errors.As(e.ResponseError, target)
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/internal/s3shared/
H A Dresponse_error.go12 type ResponseError struct { struct
13 *awshttp.ResponseError anonMember
20 func (e *ResponseError) ServiceHostID() string { return e.HostID } argument
23 func (e *ResponseError) Error() string { argument
31 func (e *ResponseError) As(target interface{}) bool { argument
32 return errors.As(e.ResponseError, target)
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/internal/s3shared/
H A Dresponse_error.go12 type ResponseError struct { struct
13 *awshttp.ResponseError argument
20 func (e *ResponseError) ServiceHostID() string { return e.HostID } argument
23 func (e *ResponseError) Error() string { argument
31 func (e *ResponseError) As(target interface{}) bool { argument
32 return errors.As(e.ResponseError, target)
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/internal/s3shared/
H A Dresponse_error.go12 type ResponseError struct { struct
13 *awshttp.ResponseError argument
20 func (e *ResponseError) ServiceHostID() string { return e.HostID } argument
23 func (e *ResponseError) Error() string { argument
31 func (e *ResponseError) As(target interface{}) bool { argument
32 return errors.As(e.ResponseError, target)
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/internal/s3shared/
H A Dresponse_error.go12 type ResponseError struct { struct
13 *awshttp.ResponseError anonMember
20 func (e *ResponseError) ServiceHostID() string { return e.HostID } argument
23 func (e *ResponseError) Error() string { argument
31 func (e *ResponseError) As(target interface{}) bool { argument
32 return errors.As(e.ResponseError, target)

12345678910>>...53