Enum aws_sdk_elastictranscoder::Error
source · [−]#[non_exhaustive]
pub enum Error {
AccessDeniedException(AccessDeniedException),
IncompatibleVersionException(IncompatibleVersionException),
InternalServiceException(InternalServiceException),
LimitExceededException(LimitExceededException),
ResourceInUseException(ResourceInUseException),
ResourceNotFoundException(ResourceNotFoundException),
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
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
AccessDeniedException(AccessDeniedException)
General authentication failure. The request was not signed correctly.
IncompatibleVersionException(IncompatibleVersionException)
InternalServiceException(InternalServiceException)
Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.
LimitExceededException(LimitExceededException)
Too many operations for a given AWS account. For example, the number of pipelines exceeds the maximum allowed.
ResourceInUseException(ResourceInUseException)
The resource you are attempting to change is in use. For example, you are attempting to delete a pipeline that is currently in use.
ResourceNotFoundException(ResourceNotFoundException)
The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.
ValidationException(ValidationException)
One or more required parameter values were not provided in the request.
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
1.0.0 · sourcefn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
sourceimpl<R> From<SdkError<CancelJobError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CancelJobError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CancelJobError, R>) -> Self
fn from(err: SdkError<CancelJobError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreateJobError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateJobError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateJobError, R>) -> Self
fn from(err: SdkError<CreateJobError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreatePipelineError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreatePipelineError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreatePipelineError, R>) -> Self
fn from(err: SdkError<CreatePipelineError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreatePresetError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreatePresetError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreatePresetError, R>) -> Self
fn from(err: SdkError<CreatePresetError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeletePipelineError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeletePipelineError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeletePipelineError, R>) -> Self
fn from(err: SdkError<DeletePipelineError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeletePresetError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeletePresetError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeletePresetError, R>) -> Self
fn from(err: SdkError<DeletePresetError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListJobsByPipelineError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListJobsByPipelineError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListJobsByPipelineError, R>) -> Self
fn from(err: SdkError<ListJobsByPipelineError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListJobsByStatusError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListJobsByStatusError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListJobsByStatusError, R>) -> Self
fn from(err: SdkError<ListJobsByStatusError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListPipelinesError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListPipelinesError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListPipelinesError, R>) -> Self
fn from(err: SdkError<ListPipelinesError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListPresetsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListPresetsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListPresetsError, R>) -> Self
fn from(err: SdkError<ListPresetsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ReadJobError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ReadJobError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ReadJobError, R>) -> Self
fn from(err: SdkError<ReadJobError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ReadPipelineError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ReadPipelineError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ReadPipelineError, R>) -> Self
fn from(err: SdkError<ReadPipelineError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ReadPresetError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ReadPresetError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ReadPresetError, R>) -> Self
fn from(err: SdkError<ReadPresetError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<TestRoleError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<TestRoleError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<TestRoleError, R>) -> Self
fn from(err: SdkError<TestRoleError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<UpdatePipelineError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdatePipelineError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdatePipelineError, R>) -> Self
fn from(err: SdkError<UpdatePipelineError, 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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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