Struct aws_sdk_workdocs::error::UpdateFolderError
source · [−]#[non_exhaustive]pub struct UpdateFolderError {
pub kind: UpdateFolderErrorKind,
/* private fields */
}
Expand description
Error type for the UpdateFolder
operation.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.kind: UpdateFolderErrorKind
Kind of error that occurred.
Implementations
Creates a new UpdateFolderError
.
Creates the UpdateFolderError::Unhandled
variant from any error type.
Creates the UpdateFolderError::Unhandled
variant from a aws_smithy_types::Error
.
Returns error metadata, which includes the error code, message, request ID, and potentially additional information.
Returns the request ID if it’s available.
Returns true
if the error kind is UpdateFolderErrorKind::ConcurrentModificationException
.
Returns true
if the error kind is UpdateFolderErrorKind::ConflictingOperationException
.
Returns true
if the error kind is UpdateFolderErrorKind::EntityAlreadyExistsException
.
Returns true
if the error kind is UpdateFolderErrorKind::EntityNotExistsException
.
Returns true
if the error kind is UpdateFolderErrorKind::FailedDependencyException
.
Returns true
if the error kind is UpdateFolderErrorKind::LimitExceededException
.
Returns true
if the error kind is UpdateFolderErrorKind::ProhibitedStateException
.
Returns true
if the error kind is UpdateFolderErrorKind::ServiceUnavailableException
.
Returns true
if the error kind is UpdateFolderErrorKind::UnauthorizedOperationException
.
Returns true
if the error kind is UpdateFolderErrorKind::UnauthorizedResourceAccessException
.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for UpdateFolderError
impl Send for UpdateFolderError
impl Sync for UpdateFolderError
impl Unpin for UpdateFolderError
impl !UnwindSafe for UpdateFolderError
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