Enum rusoto_datapipeline::QueryObjectsError
[−]
[src]
pub enum QueryObjectsError { InternalServiceError(String), InvalidRequest(String), PipelineDeleted(String), PipelineNotFound(String), HttpDispatch(HttpDispatchError), Credentials(CredentialsError), Validation(String), Unknown(String), }
Errors returned by QueryObjects
Variants
InternalServiceError(String)
An internal service error occurred.
InvalidRequest(String)
The request was not valid. Verify that your request was properly formatted, that the signature was generated with the correct credentials, and that you haven't exceeded any of the service limits for your account.
PipelineDeleted(String)
The specified pipeline has been deleted.
PipelineNotFound(String)
The specified pipeline was not found. Verify that you used the correct user and account identifiers.
HttpDispatch(HttpDispatchError)
An error occurred dispatching the HTTP request
Credentials(CredentialsError)
An error was encountered with AWS credentials.
Validation(String)
A validation error occurred. Details from AWS are provided.
Unknown(String)
An unknown error occurred. The raw HTTP response is provided.
Methods
impl QueryObjectsError
[src]
fn from_body(body: &str) -> QueryObjectsError
[src]
Trait Implementations
impl Debug for QueryObjectsError
[src]
impl PartialEq for QueryObjectsError
[src]
fn eq(&self, __arg_0: &QueryObjectsError) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &QueryObjectsError) -> bool
[src]
This method tests for !=
.
impl From<Error> for QueryObjectsError
[src]
fn from(err: Error) -> QueryObjectsError
[src]
Performs the conversion.
impl From<CredentialsError> for QueryObjectsError
[src]
fn from(err: CredentialsError) -> QueryObjectsError
[src]
Performs the conversion.
impl From<HttpDispatchError> for QueryObjectsError
[src]
fn from(err: HttpDispatchError) -> QueryObjectsError
[src]
Performs the conversion.
impl From<Error> for QueryObjectsError
[src]
fn from(err: Error) -> QueryObjectsError
[src]
Performs the conversion.
impl Display for QueryObjectsError
[src]
fn fmt(&self, f: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more