Enum aws_sdk_codebuild::Error
source · [−]#[non_exhaustive]
pub enum Error {
AccountLimitExceededException(AccountLimitExceededException),
InvalidInputException(InvalidInputException),
OAuthProviderException(OAuthProviderException),
ResourceAlreadyExistsException(ResourceAlreadyExistsException),
ResourceNotFoundException(ResourceNotFoundException),
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.
AccountLimitExceededException(AccountLimitExceededException)
An Amazon Web Services service limit was exceeded for the calling Amazon Web Services account.
InvalidInputException(InvalidInputException)
The input value that was provided is not valid.
OAuthProviderException(OAuthProviderException)
There was a problem with the underlying OAuth provider.
ResourceAlreadyExistsException(ResourceAlreadyExistsException)
The specified Amazon Web Services resource cannot be created, because an Amazon Web Services resource with the same settings already exists.
ResourceNotFoundException(ResourceNotFoundException)
The specified Amazon Web Services resource cannot be found.
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<BatchDeleteBuildsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<BatchDeleteBuildsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<BatchDeleteBuildsError, R>) -> Self
fn from(err: SdkError<BatchDeleteBuildsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<BatchGetBuildBatchesError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<BatchGetBuildBatchesError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<BatchGetBuildBatchesError, R>) -> Self
fn from(err: SdkError<BatchGetBuildBatchesError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<BatchGetBuildsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<BatchGetBuildsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<BatchGetBuildsError, R>) -> Self
fn from(err: SdkError<BatchGetBuildsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<BatchGetProjectsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<BatchGetProjectsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<BatchGetProjectsError, R>) -> Self
fn from(err: SdkError<BatchGetProjectsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<BatchGetReportGroupsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<BatchGetReportGroupsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<BatchGetReportGroupsError, R>) -> Self
fn from(err: SdkError<BatchGetReportGroupsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<BatchGetReportsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<BatchGetReportsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<BatchGetReportsError, R>) -> Self
fn from(err: SdkError<BatchGetReportsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreateProjectError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateProjectError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateProjectError, R>) -> Self
fn from(err: SdkError<CreateProjectError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreateReportGroupError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateReportGroupError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateReportGroupError, R>) -> Self
fn from(err: SdkError<CreateReportGroupError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreateWebhookError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateWebhookError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateWebhookError, R>) -> Self
fn from(err: SdkError<CreateWebhookError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteBuildBatchError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteBuildBatchError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteBuildBatchError, R>) -> Self
fn from(err: SdkError<DeleteBuildBatchError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteProjectError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteProjectError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteProjectError, R>) -> Self
fn from(err: SdkError<DeleteProjectError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteReportError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteReportError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteReportError, R>) -> Self
fn from(err: SdkError<DeleteReportError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteReportGroupError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteReportGroupError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteReportGroupError, R>) -> Self
fn from(err: SdkError<DeleteReportGroupError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteResourcePolicyError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteResourcePolicyError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteResourcePolicyError, R>) -> Self
fn from(err: SdkError<DeleteResourcePolicyError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteSourceCredentialsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteSourceCredentialsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteSourceCredentialsError, R>) -> Self
fn from(err: SdkError<DeleteSourceCredentialsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteWebhookError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteWebhookError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteWebhookError, R>) -> Self
fn from(err: SdkError<DeleteWebhookError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeCodeCoveragesError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeCodeCoveragesError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeCodeCoveragesError, R>) -> Self
fn from(err: SdkError<DescribeCodeCoveragesError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeTestCasesError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeTestCasesError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeTestCasesError, R>) -> Self
fn from(err: SdkError<DescribeTestCasesError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetReportGroupTrendError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetReportGroupTrendError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetReportGroupTrendError, R>) -> Self
fn from(err: SdkError<GetReportGroupTrendError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetResourcePolicyError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetResourcePolicyError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetResourcePolicyError, R>) -> Self
fn from(err: SdkError<GetResourcePolicyError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ImportSourceCredentialsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ImportSourceCredentialsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ImportSourceCredentialsError, R>) -> Self
fn from(err: SdkError<ImportSourceCredentialsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<InvalidateProjectCacheError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<InvalidateProjectCacheError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<InvalidateProjectCacheError, R>) -> Self
fn from(err: SdkError<InvalidateProjectCacheError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListBuildBatchesError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListBuildBatchesError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListBuildBatchesError, R>) -> Self
fn from(err: SdkError<ListBuildBatchesError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListBuildBatchesForProjectError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListBuildBatchesForProjectError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListBuildBatchesForProjectError, R>) -> Self
fn from(err: SdkError<ListBuildBatchesForProjectError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListBuildsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListBuildsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListBuildsError, R>) -> Self
fn from(err: SdkError<ListBuildsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListBuildsForProjectError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListBuildsForProjectError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListBuildsForProjectError, R>) -> Self
fn from(err: SdkError<ListBuildsForProjectError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListCuratedEnvironmentImagesError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListCuratedEnvironmentImagesError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListCuratedEnvironmentImagesError, R>) -> Self
fn from(err: SdkError<ListCuratedEnvironmentImagesError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListProjectsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListProjectsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListProjectsError, R>) -> Self
fn from(err: SdkError<ListProjectsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListReportGroupsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListReportGroupsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListReportGroupsError, R>) -> Self
fn from(err: SdkError<ListReportGroupsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListReportsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListReportsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListReportsError, R>) -> Self
fn from(err: SdkError<ListReportsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListReportsForReportGroupError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListReportsForReportGroupError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListReportsForReportGroupError, R>) -> Self
fn from(err: SdkError<ListReportsForReportGroupError, R>) -> Self
Converts to this type from the input type.
sourcefn from(err: SdkError<ListSharedProjectsError, R>) -> Self
fn from(err: SdkError<ListSharedProjectsError, R>) -> Self
Converts to this type from the input type.
sourcefn from(err: SdkError<ListSharedReportGroupsError, R>) -> Self
fn from(err: SdkError<ListSharedReportGroupsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListSourceCredentialsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListSourceCredentialsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListSourceCredentialsError, R>) -> Self
fn from(err: SdkError<ListSourceCredentialsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<PutResourcePolicyError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutResourcePolicyError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<PutResourcePolicyError, R>) -> Self
fn from(err: SdkError<PutResourcePolicyError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<RetryBuildBatchError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<RetryBuildBatchError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<RetryBuildBatchError, R>) -> Self
fn from(err: SdkError<RetryBuildBatchError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<RetryBuildError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<RetryBuildError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<RetryBuildError, R>) -> Self
fn from(err: SdkError<RetryBuildError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<StartBuildBatchError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<StartBuildBatchError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<StartBuildBatchError, R>) -> Self
fn from(err: SdkError<StartBuildBatchError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<StartBuildError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<StartBuildError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<StartBuildError, R>) -> Self
fn from(err: SdkError<StartBuildError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<StopBuildBatchError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<StopBuildBatchError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<StopBuildBatchError, R>) -> Self
fn from(err: SdkError<StopBuildBatchError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<StopBuildError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<StopBuildError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<StopBuildError, R>) -> Self
fn from(err: SdkError<StopBuildError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<UpdateProjectError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateProjectError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateProjectError, R>) -> Self
fn from(err: SdkError<UpdateProjectError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<UpdateProjectVisibilityError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateProjectVisibilityError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateProjectVisibilityError, R>) -> Self
fn from(err: SdkError<UpdateProjectVisibilityError, 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