Enum aws_sdk_workdocs::Error
source · #[non_exhaustive]pub enum Error {
Show 26 variants
ConcurrentModificationException(ConcurrentModificationException),
ConflictingOperationException(ConflictingOperationException),
CustomMetadataLimitExceededException(CustomMetadataLimitExceededException),
DeactivatingLastSystemUserException(DeactivatingLastSystemUserException),
DocumentLockedForCommentsException(DocumentLockedForCommentsException),
DraftUploadOutOfSyncException(DraftUploadOutOfSyncException),
EntityAlreadyExistsException(EntityAlreadyExistsException),
EntityNotExistsException(EntityNotExistsException),
FailedDependencyException(FailedDependencyException),
IllegalUserStateException(IllegalUserStateException),
InvalidArgumentException(InvalidArgumentException),
InvalidCommentOperationException(InvalidCommentOperationException),
InvalidOperationException(InvalidOperationException),
InvalidPasswordException(InvalidPasswordException),
LimitExceededException(LimitExceededException),
ProhibitedStateException(ProhibitedStateException),
RequestedEntityTooLargeException(RequestedEntityTooLargeException),
ResourceAlreadyCheckedOutException(ResourceAlreadyCheckedOutException),
ServiceUnavailableException(ServiceUnavailableException),
StorageLimitExceededException(StorageLimitExceededException),
StorageLimitWillExceedException(StorageLimitWillExceedException),
TooManyLabelsException(TooManyLabelsException),
TooManySubscriptionsException(TooManySubscriptionsException),
UnauthorizedOperationException(UnauthorizedOperationException),
UnauthorizedResourceAccessException(UnauthorizedResourceAccessException),
Unhandled(Unhandled),
}
Expand description
All possible error types for this service.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
ConcurrentModificationException(ConcurrentModificationException)
The resource hierarchy is changing.
ConflictingOperationException(ConflictingOperationException)
Another operation is in progress on the resource that conflicts with the current operation.
CustomMetadataLimitExceededException(CustomMetadataLimitExceededException)
The limit has been reached on the number of custom properties for the specified resource.
DeactivatingLastSystemUserException(DeactivatingLastSystemUserException)
The last user in the organization is being deactivated.
DocumentLockedForCommentsException(DocumentLockedForCommentsException)
This exception is thrown when the document is locked for comments and user tries to create or delete a comment on that document.
DraftUploadOutOfSyncException(DraftUploadOutOfSyncException)
This exception is thrown when a valid checkout ID is not presented on document version upload calls for a document that has been checked out from Web client.
EntityAlreadyExistsException(EntityAlreadyExistsException)
The resource already exists.
EntityNotExistsException(EntityNotExistsException)
The resource does not exist.
FailedDependencyException(FailedDependencyException)
The Directory Service cannot reach an on-premises instance. Or a dependency under the control of the organization is failing, such as a connected Active Directory.
IllegalUserStateException(IllegalUserStateException)
The user is undergoing transfer of ownership.
InvalidArgumentException(InvalidArgumentException)
The pagination marker or limit fields are not valid.
InvalidCommentOperationException(InvalidCommentOperationException)
The requested operation is not allowed on the specified comment object.
InvalidOperationException(InvalidOperationException)
The operation is invalid.
InvalidPasswordException(InvalidPasswordException)
The password is invalid.
LimitExceededException(LimitExceededException)
The maximum of 100,000 files and folders under the parent folder has been exceeded.
ProhibitedStateException(ProhibitedStateException)
The specified document version is not in the INITIALIZED state.
RequestedEntityTooLargeException(RequestedEntityTooLargeException)
The response is too large to return. The request must include a filter to reduce the size of the response.
ResourceAlreadyCheckedOutException(ResourceAlreadyCheckedOutException)
The resource is already checked out.
One or more of the dependencies is unavailable.
StorageLimitExceededException(StorageLimitExceededException)
The storage limit has been exceeded.
StorageLimitWillExceedException(StorageLimitWillExceedException)
The storage limit will be exceeded.
TooManyLabelsException(TooManyLabelsException)
The limit has been reached on the number of labels for the specified resource.
TooManySubscriptionsException(TooManySubscriptionsException)
You've reached the limit on the number of subscriptions for the WorkDocs instance.
The operation is not permitted.
The caller does not have access to perform the action on the resource.
Unhandled(Unhandled)
Unhandled
directly is not forwards compatible. Instead, match using a variable wildcard pattern and check .code()
:
err if err.code() == Some("SpecificExceptionCode") => { /* handle the error */ }
See ProvideErrorMetadata
for what information is available for the error.An unexpected error occurred (e.g., invalid JSON returned by the service or an unknown error code).
Trait Implementations§
source§impl Error for Error
impl Error for Error
source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
source§impl From<AbortDocumentVersionUploadError> for Error
impl From<AbortDocumentVersionUploadError> for Error
source§fn from(err: AbortDocumentVersionUploadError) -> Self
fn from(err: AbortDocumentVersionUploadError) -> Self
source§impl From<ActivateUserError> for Error
impl From<ActivateUserError> for Error
source§fn from(err: ActivateUserError) -> Self
fn from(err: ActivateUserError) -> Self
source§impl From<AddResourcePermissionsError> for Error
impl From<AddResourcePermissionsError> for Error
source§fn from(err: AddResourcePermissionsError) -> Self
fn from(err: AddResourcePermissionsError) -> Self
source§impl From<BuildError> for Error
impl From<BuildError> for Error
source§fn from(value: BuildError) -> Self
fn from(value: BuildError) -> Self
source§impl From<CreateCommentError> for Error
impl From<CreateCommentError> for Error
source§fn from(err: CreateCommentError) -> Self
fn from(err: CreateCommentError) -> Self
source§impl From<CreateCustomMetadataError> for Error
impl From<CreateCustomMetadataError> for Error
source§fn from(err: CreateCustomMetadataError) -> Self
fn from(err: CreateCustomMetadataError) -> Self
source§impl From<CreateFolderError> for Error
impl From<CreateFolderError> for Error
source§fn from(err: CreateFolderError) -> Self
fn from(err: CreateFolderError) -> Self
source§impl From<CreateLabelsError> for Error
impl From<CreateLabelsError> for Error
source§fn from(err: CreateLabelsError) -> Self
fn from(err: CreateLabelsError) -> Self
source§impl From<CreateNotificationSubscriptionError> for Error
impl From<CreateNotificationSubscriptionError> for Error
source§fn from(err: CreateNotificationSubscriptionError) -> Self
fn from(err: CreateNotificationSubscriptionError) -> Self
source§impl From<CreateUserError> for Error
impl From<CreateUserError> for Error
source§fn from(err: CreateUserError) -> Self
fn from(err: CreateUserError) -> Self
source§impl From<DeactivateUserError> for Error
impl From<DeactivateUserError> for Error
source§fn from(err: DeactivateUserError) -> Self
fn from(err: DeactivateUserError) -> Self
source§impl From<DeleteCommentError> for Error
impl From<DeleteCommentError> for Error
source§fn from(err: DeleteCommentError) -> Self
fn from(err: DeleteCommentError) -> Self
source§impl From<DeleteCustomMetadataError> for Error
impl From<DeleteCustomMetadataError> for Error
source§fn from(err: DeleteCustomMetadataError) -> Self
fn from(err: DeleteCustomMetadataError) -> Self
source§impl From<DeleteDocumentError> for Error
impl From<DeleteDocumentError> for Error
source§fn from(err: DeleteDocumentError) -> Self
fn from(err: DeleteDocumentError) -> Self
source§impl From<DeleteDocumentVersionError> for Error
impl From<DeleteDocumentVersionError> for Error
source§fn from(err: DeleteDocumentVersionError) -> Self
fn from(err: DeleteDocumentVersionError) -> Self
source§impl From<DeleteFolderContentsError> for Error
impl From<DeleteFolderContentsError> for Error
source§fn from(err: DeleteFolderContentsError) -> Self
fn from(err: DeleteFolderContentsError) -> Self
source§impl From<DeleteFolderError> for Error
impl From<DeleteFolderError> for Error
source§fn from(err: DeleteFolderError) -> Self
fn from(err: DeleteFolderError) -> Self
source§impl From<DeleteLabelsError> for Error
impl From<DeleteLabelsError> for Error
source§fn from(err: DeleteLabelsError) -> Self
fn from(err: DeleteLabelsError) -> Self
source§impl From<DeleteNotificationSubscriptionError> for Error
impl From<DeleteNotificationSubscriptionError> for Error
source§fn from(err: DeleteNotificationSubscriptionError) -> Self
fn from(err: DeleteNotificationSubscriptionError) -> Self
source§impl From<DeleteUserError> for Error
impl From<DeleteUserError> for Error
source§fn from(err: DeleteUserError) -> Self
fn from(err: DeleteUserError) -> Self
source§impl From<DescribeActivitiesError> for Error
impl From<DescribeActivitiesError> for Error
source§fn from(err: DescribeActivitiesError) -> Self
fn from(err: DescribeActivitiesError) -> Self
source§impl From<DescribeCommentsError> for Error
impl From<DescribeCommentsError> for Error
source§fn from(err: DescribeCommentsError) -> Self
fn from(err: DescribeCommentsError) -> Self
source§impl From<DescribeDocumentVersionsError> for Error
impl From<DescribeDocumentVersionsError> for Error
source§fn from(err: DescribeDocumentVersionsError) -> Self
fn from(err: DescribeDocumentVersionsError) -> Self
source§impl From<DescribeFolderContentsError> for Error
impl From<DescribeFolderContentsError> for Error
source§fn from(err: DescribeFolderContentsError) -> Self
fn from(err: DescribeFolderContentsError) -> Self
source§impl From<DescribeGroupsError> for Error
impl From<DescribeGroupsError> for Error
source§fn from(err: DescribeGroupsError) -> Self
fn from(err: DescribeGroupsError) -> Self
source§impl From<DescribeNotificationSubscriptionsError> for Error
impl From<DescribeNotificationSubscriptionsError> for Error
source§fn from(err: DescribeNotificationSubscriptionsError) -> Self
fn from(err: DescribeNotificationSubscriptionsError) -> Self
source§impl From<DescribeResourcePermissionsError> for Error
impl From<DescribeResourcePermissionsError> for Error
source§fn from(err: DescribeResourcePermissionsError) -> Self
fn from(err: DescribeResourcePermissionsError) -> Self
source§impl From<DescribeRootFoldersError> for Error
impl From<DescribeRootFoldersError> for Error
source§fn from(err: DescribeRootFoldersError) -> Self
fn from(err: DescribeRootFoldersError) -> Self
source§impl From<DescribeUsersError> for Error
impl From<DescribeUsersError> for Error
source§fn from(err: DescribeUsersError) -> Self
fn from(err: DescribeUsersError) -> Self
source§impl From<GetCurrentUserError> for Error
impl From<GetCurrentUserError> for Error
source§fn from(err: GetCurrentUserError) -> Self
fn from(err: GetCurrentUserError) -> Self
source§impl From<GetDocumentError> for Error
impl From<GetDocumentError> for Error
source§fn from(err: GetDocumentError) -> Self
fn from(err: GetDocumentError) -> Self
source§impl From<GetDocumentPathError> for Error
impl From<GetDocumentPathError> for Error
source§fn from(err: GetDocumentPathError) -> Self
fn from(err: GetDocumentPathError) -> Self
source§impl From<GetDocumentVersionError> for Error
impl From<GetDocumentVersionError> for Error
source§fn from(err: GetDocumentVersionError) -> Self
fn from(err: GetDocumentVersionError) -> Self
source§impl From<GetFolderError> for Error
impl From<GetFolderError> for Error
source§fn from(err: GetFolderError) -> Self
fn from(err: GetFolderError) -> Self
source§impl From<GetFolderPathError> for Error
impl From<GetFolderPathError> for Error
source§fn from(err: GetFolderPathError) -> Self
fn from(err: GetFolderPathError) -> Self
source§impl From<GetResourcesError> for Error
impl From<GetResourcesError> for Error
source§fn from(err: GetResourcesError) -> Self
fn from(err: GetResourcesError) -> Self
source§impl From<InitiateDocumentVersionUploadError> for Error
impl From<InitiateDocumentVersionUploadError> for Error
source§fn from(err: InitiateDocumentVersionUploadError) -> Self
fn from(err: InitiateDocumentVersionUploadError) -> Self
source§impl From<RemoveAllResourcePermissionsError> for Error
impl From<RemoveAllResourcePermissionsError> for Error
source§fn from(err: RemoveAllResourcePermissionsError) -> Self
fn from(err: RemoveAllResourcePermissionsError) -> Self
source§impl From<RemoveResourcePermissionError> for Error
impl From<RemoveResourcePermissionError> for Error
source§fn from(err: RemoveResourcePermissionError) -> Self
fn from(err: RemoveResourcePermissionError) -> Self
source§impl From<RestoreDocumentVersionsError> for Error
impl From<RestoreDocumentVersionsError> for Error
source§fn from(err: RestoreDocumentVersionsError) -> Self
fn from(err: RestoreDocumentVersionsError) -> Self
source§impl<R> From<SdkError<AbortDocumentVersionUploadError, R>> for Error
impl<R> From<SdkError<AbortDocumentVersionUploadError, R>> for Error
source§fn from(err: SdkError<AbortDocumentVersionUploadError, R>) -> Self
fn from(err: SdkError<AbortDocumentVersionUploadError, R>) -> Self
source§impl<R> From<SdkError<ActivateUserError, R>> for Error
impl<R> From<SdkError<ActivateUserError, R>> for Error
source§fn from(err: SdkError<ActivateUserError, R>) -> Self
fn from(err: SdkError<ActivateUserError, R>) -> Self
source§impl<R> From<SdkError<AddResourcePermissionsError, R>> for Error
impl<R> From<SdkError<AddResourcePermissionsError, R>> for Error
source§fn from(err: SdkError<AddResourcePermissionsError, R>) -> Self
fn from(err: SdkError<AddResourcePermissionsError, R>) -> Self
source§impl<R> From<SdkError<CreateCommentError, R>> for Error
impl<R> From<SdkError<CreateCommentError, R>> for Error
source§fn from(err: SdkError<CreateCommentError, R>) -> Self
fn from(err: SdkError<CreateCommentError, R>) -> Self
source§impl<R> From<SdkError<CreateCustomMetadataError, R>> for Error
impl<R> From<SdkError<CreateCustomMetadataError, R>> for Error
source§fn from(err: SdkError<CreateCustomMetadataError, R>) -> Self
fn from(err: SdkError<CreateCustomMetadataError, R>) -> Self
source§impl<R> From<SdkError<CreateFolderError, R>> for Error
impl<R> From<SdkError<CreateFolderError, R>> for Error
source§fn from(err: SdkError<CreateFolderError, R>) -> Self
fn from(err: SdkError<CreateFolderError, R>) -> Self
source§impl<R> From<SdkError<CreateLabelsError, R>> for Error
impl<R> From<SdkError<CreateLabelsError, R>> for Error
source§fn from(err: SdkError<CreateLabelsError, R>) -> Self
fn from(err: SdkError<CreateLabelsError, R>) -> Self
source§impl<R> From<SdkError<CreateNotificationSubscriptionError, R>> for Error
impl<R> From<SdkError<CreateNotificationSubscriptionError, R>> for Error
source§fn from(err: SdkError<CreateNotificationSubscriptionError, R>) -> Self
fn from(err: SdkError<CreateNotificationSubscriptionError, R>) -> Self
source§impl<R> From<SdkError<CreateUserError, R>> for Error
impl<R> From<SdkError<CreateUserError, R>> for Error
source§fn from(err: SdkError<CreateUserError, R>) -> Self
fn from(err: SdkError<CreateUserError, R>) -> Self
source§impl<R> From<SdkError<DeactivateUserError, R>> for Error
impl<R> From<SdkError<DeactivateUserError, R>> for Error
source§fn from(err: SdkError<DeactivateUserError, R>) -> Self
fn from(err: SdkError<DeactivateUserError, R>) -> Self
source§impl<R> From<SdkError<DeleteCommentError, R>> for Error
impl<R> From<SdkError<DeleteCommentError, R>> for Error
source§fn from(err: SdkError<DeleteCommentError, R>) -> Self
fn from(err: SdkError<DeleteCommentError, R>) -> Self
source§impl<R> From<SdkError<DeleteCustomMetadataError, R>> for Error
impl<R> From<SdkError<DeleteCustomMetadataError, R>> for Error
source§fn from(err: SdkError<DeleteCustomMetadataError, R>) -> Self
fn from(err: SdkError<DeleteCustomMetadataError, R>) -> Self
source§impl<R> From<SdkError<DeleteDocumentError, R>> for Error
impl<R> From<SdkError<DeleteDocumentError, R>> for Error
source§fn from(err: SdkError<DeleteDocumentError, R>) -> Self
fn from(err: SdkError<DeleteDocumentError, R>) -> Self
source§impl<R> From<SdkError<DeleteDocumentVersionError, R>> for Error
impl<R> From<SdkError<DeleteDocumentVersionError, R>> for Error
source§fn from(err: SdkError<DeleteDocumentVersionError, R>) -> Self
fn from(err: SdkError<DeleteDocumentVersionError, R>) -> Self
source§impl<R> From<SdkError<DeleteFolderContentsError, R>> for Error
impl<R> From<SdkError<DeleteFolderContentsError, R>> for Error
source§fn from(err: SdkError<DeleteFolderContentsError, R>) -> Self
fn from(err: SdkError<DeleteFolderContentsError, R>) -> Self
source§impl<R> From<SdkError<DeleteFolderError, R>> for Error
impl<R> From<SdkError<DeleteFolderError, R>> for Error
source§fn from(err: SdkError<DeleteFolderError, R>) -> Self
fn from(err: SdkError<DeleteFolderError, R>) -> Self
source§impl<R> From<SdkError<DeleteLabelsError, R>> for Error
impl<R> From<SdkError<DeleteLabelsError, R>> for Error
source§fn from(err: SdkError<DeleteLabelsError, R>) -> Self
fn from(err: SdkError<DeleteLabelsError, R>) -> Self
source§impl<R> From<SdkError<DeleteNotificationSubscriptionError, R>> for Error
impl<R> From<SdkError<DeleteNotificationSubscriptionError, R>> for Error
source§fn from(err: SdkError<DeleteNotificationSubscriptionError, R>) -> Self
fn from(err: SdkError<DeleteNotificationSubscriptionError, R>) -> Self
source§impl<R> From<SdkError<DeleteUserError, R>> for Error
impl<R> From<SdkError<DeleteUserError, R>> for Error
source§fn from(err: SdkError<DeleteUserError, R>) -> Self
fn from(err: SdkError<DeleteUserError, R>) -> Self
source§impl<R> From<SdkError<DescribeActivitiesError, R>> for Error
impl<R> From<SdkError<DescribeActivitiesError, R>> for Error
source§fn from(err: SdkError<DescribeActivitiesError, R>) -> Self
fn from(err: SdkError<DescribeActivitiesError, R>) -> Self
source§impl<R> From<SdkError<DescribeCommentsError, R>> for Error
impl<R> From<SdkError<DescribeCommentsError, R>> for Error
source§fn from(err: SdkError<DescribeCommentsError, R>) -> Self
fn from(err: SdkError<DescribeCommentsError, R>) -> Self
source§impl<R> From<SdkError<DescribeDocumentVersionsError, R>> for Error
impl<R> From<SdkError<DescribeDocumentVersionsError, R>> for Error
source§fn from(err: SdkError<DescribeDocumentVersionsError, R>) -> Self
fn from(err: SdkError<DescribeDocumentVersionsError, R>) -> Self
source§impl<R> From<SdkError<DescribeFolderContentsError, R>> for Error
impl<R> From<SdkError<DescribeFolderContentsError, R>> for Error
source§fn from(err: SdkError<DescribeFolderContentsError, R>) -> Self
fn from(err: SdkError<DescribeFolderContentsError, R>) -> Self
source§impl<R> From<SdkError<DescribeGroupsError, R>> for Error
impl<R> From<SdkError<DescribeGroupsError, R>> for Error
source§fn from(err: SdkError<DescribeGroupsError, R>) -> Self
fn from(err: SdkError<DescribeGroupsError, R>) -> Self
source§impl<R> From<SdkError<DescribeNotificationSubscriptionsError, R>> for Error
impl<R> From<SdkError<DescribeNotificationSubscriptionsError, R>> for Error
source§fn from(err: SdkError<DescribeNotificationSubscriptionsError, R>) -> Self
fn from(err: SdkError<DescribeNotificationSubscriptionsError, R>) -> Self
source§impl<R> From<SdkError<DescribeResourcePermissionsError, R>> for Error
impl<R> From<SdkError<DescribeResourcePermissionsError, R>> for Error
source§fn from(err: SdkError<DescribeResourcePermissionsError, R>) -> Self
fn from(err: SdkError<DescribeResourcePermissionsError, R>) -> Self
source§impl<R> From<SdkError<DescribeRootFoldersError, R>> for Error
impl<R> From<SdkError<DescribeRootFoldersError, R>> for Error
source§fn from(err: SdkError<DescribeRootFoldersError, R>) -> Self
fn from(err: SdkError<DescribeRootFoldersError, R>) -> Self
source§impl<R> From<SdkError<DescribeUsersError, R>> for Error
impl<R> From<SdkError<DescribeUsersError, R>> for Error
source§fn from(err: SdkError<DescribeUsersError, R>) -> Self
fn from(err: SdkError<DescribeUsersError, R>) -> Self
source§impl<R> From<SdkError<GetCurrentUserError, R>> for Error
impl<R> From<SdkError<GetCurrentUserError, R>> for Error
source§fn from(err: SdkError<GetCurrentUserError, R>) -> Self
fn from(err: SdkError<GetCurrentUserError, R>) -> Self
source§impl<R> From<SdkError<GetDocumentError, R>> for Error
impl<R> From<SdkError<GetDocumentError, R>> for Error
source§fn from(err: SdkError<GetDocumentError, R>) -> Self
fn from(err: SdkError<GetDocumentError, R>) -> Self
source§impl<R> From<SdkError<GetDocumentPathError, R>> for Error
impl<R> From<SdkError<GetDocumentPathError, R>> for Error
source§fn from(err: SdkError<GetDocumentPathError, R>) -> Self
fn from(err: SdkError<GetDocumentPathError, R>) -> Self
source§impl<R> From<SdkError<GetDocumentVersionError, R>> for Error
impl<R> From<SdkError<GetDocumentVersionError, R>> for Error
source§fn from(err: SdkError<GetDocumentVersionError, R>) -> Self
fn from(err: SdkError<GetDocumentVersionError, R>) -> Self
source§impl<R> From<SdkError<GetFolderError, R>> for Error
impl<R> From<SdkError<GetFolderError, R>> for Error
source§fn from(err: SdkError<GetFolderError, R>) -> Self
fn from(err: SdkError<GetFolderError, R>) -> Self
source§impl<R> From<SdkError<GetFolderPathError, R>> for Error
impl<R> From<SdkError<GetFolderPathError, R>> for Error
source§fn from(err: SdkError<GetFolderPathError, R>) -> Self
fn from(err: SdkError<GetFolderPathError, R>) -> Self
source§impl<R> From<SdkError<GetResourcesError, R>> for Error
impl<R> From<SdkError<GetResourcesError, R>> for Error
source§fn from(err: SdkError<GetResourcesError, R>) -> Self
fn from(err: SdkError<GetResourcesError, R>) -> Self
source§impl<R> From<SdkError<InitiateDocumentVersionUploadError, R>> for Error
impl<R> From<SdkError<InitiateDocumentVersionUploadError, R>> for Error
source§fn from(err: SdkError<InitiateDocumentVersionUploadError, R>) -> Self
fn from(err: SdkError<InitiateDocumentVersionUploadError, R>) -> Self
source§impl<R> From<SdkError<RemoveAllResourcePermissionsError, R>> for Error
impl<R> From<SdkError<RemoveAllResourcePermissionsError, R>> for Error
source§fn from(err: SdkError<RemoveAllResourcePermissionsError, R>) -> Self
fn from(err: SdkError<RemoveAllResourcePermissionsError, R>) -> Self
source§impl<R> From<SdkError<RemoveResourcePermissionError, R>> for Error
impl<R> From<SdkError<RemoveResourcePermissionError, R>> for Error
source§fn from(err: SdkError<RemoveResourcePermissionError, R>) -> Self
fn from(err: SdkError<RemoveResourcePermissionError, R>) -> Self
source§impl<R> From<SdkError<RestoreDocumentVersionsError, R>> for Error
impl<R> From<SdkError<RestoreDocumentVersionsError, R>> for Error
source§fn from(err: SdkError<RestoreDocumentVersionsError, R>) -> Self
fn from(err: SdkError<RestoreDocumentVersionsError, R>) -> Self
source§impl<R> From<SdkError<SearchResourcesError, R>> for Error
impl<R> From<SdkError<SearchResourcesError, R>> for Error
source§fn from(err: SdkError<SearchResourcesError, R>) -> Self
fn from(err: SdkError<SearchResourcesError, R>) -> Self
source§impl<R> From<SdkError<UpdateDocumentError, R>> for Error
impl<R> From<SdkError<UpdateDocumentError, R>> for Error
source§fn from(err: SdkError<UpdateDocumentError, R>) -> Self
fn from(err: SdkError<UpdateDocumentError, R>) -> Self
source§impl<R> From<SdkError<UpdateDocumentVersionError, R>> for Error
impl<R> From<SdkError<UpdateDocumentVersionError, R>> for Error
source§fn from(err: SdkError<UpdateDocumentVersionError, R>) -> Self
fn from(err: SdkError<UpdateDocumentVersionError, R>) -> Self
source§impl<R> From<SdkError<UpdateFolderError, R>> for Error
impl<R> From<SdkError<UpdateFolderError, R>> for Error
source§fn from(err: SdkError<UpdateFolderError, R>) -> Self
fn from(err: SdkError<UpdateFolderError, R>) -> Self
source§impl<R> From<SdkError<UpdateUserError, R>> for Error
impl<R> From<SdkError<UpdateUserError, R>> for Error
source§fn from(err: SdkError<UpdateUserError, R>) -> Self
fn from(err: SdkError<UpdateUserError, R>) -> Self
source§impl From<SearchResourcesError> for Error
impl From<SearchResourcesError> for Error
source§fn from(err: SearchResourcesError) -> Self
fn from(err: SearchResourcesError) -> Self
source§impl From<UpdateDocumentError> for Error
impl From<UpdateDocumentError> for Error
source§fn from(err: UpdateDocumentError) -> Self
fn from(err: UpdateDocumentError) -> Self
source§impl From<UpdateDocumentVersionError> for Error
impl From<UpdateDocumentVersionError> for Error
source§fn from(err: UpdateDocumentVersionError) -> Self
fn from(err: UpdateDocumentVersionError) -> Self
source§impl From<UpdateFolderError> for Error
impl From<UpdateFolderError> for Error
source§fn from(err: UpdateFolderError) -> Self
fn from(err: UpdateFolderError) -> Self
source§impl From<UpdateUserError> for Error
impl From<UpdateUserError> for Error
source§fn from(err: UpdateUserError) -> Self
fn from(err: UpdateUserError) -> Self
source§impl ProvideErrorMetadata for Error
impl ProvideErrorMetadata for Error
source§fn meta(&self) -> &ErrorMetadata
fn meta(&self) -> &ErrorMetadata
Auto Trait Implementations§
impl Freeze for Error
impl !RefUnwindSafe for Error
impl Send for Error
impl Sync for Error
impl Unpin for Error
impl !UnwindSafe for Error
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more