Enum aws_sdk_appflow::Error
source · [−]#[non_exhaustive]
pub enum Error {
AccessDeniedException(AccessDeniedException),
ConflictException(ConflictException),
ConnectorAuthenticationException(ConnectorAuthenticationException),
ConnectorServerException(ConnectorServerException),
InternalServerException(InternalServerException),
ResourceNotFoundException(ResourceNotFoundException),
ServiceQuotaExceededException(ServiceQuotaExceededException),
ThrottlingException(ThrottlingException),
UnsupportedOperationException(UnsupportedOperationException),
ValidationException(ValidationException),
Unhandled(Box<dyn Error + Send + Sync + 'static>),
}
Expand description
All possible error types for this service.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
AccessDeniedException(AccessDeniedException)
AppFlow/Requester has invalid or missing permissions.
ConflictException(ConflictException)
There was a conflict when processing the request (for example, a flow with the given name already exists within the account. Check for conflicting resource names and try again.
ConnectorAuthenticationException(ConnectorAuthenticationException)
An error occurred when authenticating with the connector endpoint.
ConnectorServerException(ConnectorServerException)
An error occurred when retrieving data from the connector endpoint.
InternalServerException(InternalServerException)
An internal service error occurred during the processing of your request. Try again later.
ResourceNotFoundException(ResourceNotFoundException)
The resource specified in the request (such as the source or destination connector profile) is not found.
ServiceQuotaExceededException(ServiceQuotaExceededException)
The request would cause a service quota (such as the number of flows) to be exceeded.
ThrottlingException(ThrottlingException)
API calls have exceeded the maximum allowed API request rate per account and per Region.
UnsupportedOperationException(UnsupportedOperationException)
The requested operation is not supported for the current flow.
ValidationException(ValidationException)
The request has invalid or missing parameters.
Unhandled(Box<dyn Error + Send + Sync + 'static>)
An unhandled error occurred.
Trait Implementations
sourceimpl Error for Error
impl Error for Error
1.30.0 · sourcefn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
sourcefn backtrace(&self) -> Option<&Backtrace>
fn backtrace(&self) -> Option<&Backtrace>
backtrace
)Returns a stack backtrace, if available, of where this error occurred. Read more
1.0.0 · sourcefn description(&self) -> &str
fn description(&self) -> &str
use the Display impl or to_string()
sourceimpl<R> From<SdkError<CreateConnectorProfileError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateConnectorProfileError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateConnectorProfileError, R>) -> Self
fn from(err: SdkError<CreateConnectorProfileError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreateFlowError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateFlowError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateFlowError, R>) -> Self
fn from(err: SdkError<CreateFlowError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteConnectorProfileError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteConnectorProfileError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteConnectorProfileError, R>) -> Self
fn from(err: SdkError<DeleteConnectorProfileError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteFlowError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteFlowError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteFlowError, R>) -> Self
fn from(err: SdkError<DeleteFlowError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeConnectorEntityError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeConnectorEntityError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeConnectorEntityError, R>) -> Self
fn from(err: SdkError<DescribeConnectorEntityError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeConnectorError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeConnectorError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeConnectorError, R>) -> Self
fn from(err: SdkError<DescribeConnectorError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeConnectorProfilesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeConnectorProfilesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeConnectorProfilesError, R>) -> Self
fn from(err: SdkError<DescribeConnectorProfilesError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeConnectorsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeConnectorsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeConnectorsError, R>) -> Self
fn from(err: SdkError<DescribeConnectorsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeFlowError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeFlowError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeFlowError, R>) -> Self
fn from(err: SdkError<DescribeFlowError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeFlowExecutionRecordsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeFlowExecutionRecordsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeFlowExecutionRecordsError, R>) -> Self
fn from(err: SdkError<DescribeFlowExecutionRecordsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListConnectorEntitiesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListConnectorEntitiesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListConnectorEntitiesError, R>) -> Self
fn from(err: SdkError<ListConnectorEntitiesError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListConnectorsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListConnectorsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListConnectorsError, R>) -> Self
fn from(err: SdkError<ListConnectorsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListFlowsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListFlowsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListFlowsError, R>) -> Self
fn from(err: SdkError<ListFlowsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListTagsForResourceError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListTagsForResourceError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListTagsForResourceError, R>) -> Self
fn from(err: SdkError<ListTagsForResourceError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<RegisterConnectorError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<RegisterConnectorError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<RegisterConnectorError, R>) -> Self
fn from(err: SdkError<RegisterConnectorError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<StartFlowError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<StartFlowError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<StartFlowError, R>) -> Self
fn from(err: SdkError<StartFlowError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<StopFlowError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<StopFlowError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<StopFlowError, R>) -> Self
fn from(err: SdkError<StopFlowError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<TagResourceError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<TagResourceError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<TagResourceError, R>) -> Self
fn from(err: SdkError<TagResourceError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<UnregisterConnectorError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UnregisterConnectorError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UnregisterConnectorError, R>) -> Self
fn from(err: SdkError<UnregisterConnectorError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<UntagResourceError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UntagResourceError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UntagResourceError, R>) -> Self
fn from(err: SdkError<UntagResourceError, R>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl !RefUnwindSafe for Error
impl Send for Error
impl Sync for Error
impl Unpin for Error
impl !UnwindSafe for Error
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more