Enum aws_sdk_datapipeline::Error
source · [−]#[non_exhaustive]
pub enum Error {
InternalServiceError(InternalServiceError),
InvalidRequestException(InvalidRequestException),
PipelineDeletedException(PipelineDeletedException),
PipelineNotFoundException(PipelineNotFoundException),
TaskNotFoundException(TaskNotFoundException),
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
InternalServiceError(InternalServiceError)
An internal service error occurred.
InvalidRequestException(InvalidRequestException)
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.
PipelineDeletedException(PipelineDeletedException)
The specified pipeline has been deleted.
PipelineNotFoundException(PipelineNotFoundException)
The specified pipeline was not found. Verify that you used the correct user and account identifiers.
TaskNotFoundException(TaskNotFoundException)
The specified task was not found.
Unhandled(Box<dyn Error + Send + Sync + 'static>)
An unhandled error occurred.
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for Error
impl !UnwindSafe for Error
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more