Enum rusoto_machinelearning::DescribeDataSourcesError
[−]
[src]
pub enum DescribeDataSourcesError { InvalidInput(String), InternalServer(String), HttpDispatch(HttpDispatchError), Credentials(CredentialsError), Validation(String), Unknown(String), }
Errors returned by DescribeDataSources
Variants
InvalidInput(String)
An error on the client occurred. Typically, the cause is an invalid input value.
InternalServer(String)
An error on the server occurred when trying to process a request.
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 DescribeDataSourcesError
[src]
pub fn from_body(body: &str) -> DescribeDataSourcesError
[src]
Trait Implementations
impl Debug for DescribeDataSourcesError
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl PartialEq for DescribeDataSourcesError
[src]
fn eq(&self, __arg_0: &DescribeDataSourcesError) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &DescribeDataSourcesError) -> bool
[src]
This method tests for !=
.
impl From<Error> for DescribeDataSourcesError
[src]
fn from(err: Error) -> DescribeDataSourcesError
[src]
Performs the conversion.
impl From<CredentialsError> for DescribeDataSourcesError
[src]
fn from(err: CredentialsError) -> DescribeDataSourcesError
[src]
Performs the conversion.
impl From<HttpDispatchError> for DescribeDataSourcesError
[src]
fn from(err: HttpDispatchError) -> DescribeDataSourcesError
[src]
Performs the conversion.
impl From<Error> for DescribeDataSourcesError
[src]
fn from(err: Error) -> DescribeDataSourcesError
[src]
Performs the conversion.
impl Display for DescribeDataSourcesError
[src]
fn fmt(&self, f: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more