Enum dropbox_sdk::team::LegalHoldsPolicyUpdateError [−][src]
#[non_exhaustive]
pub enum LegalHoldsPolicyUpdateError {
UnknownLegalHoldError,
InsufficientPermissions,
TransientError,
InactiveLegalHold,
LegalHoldPerformingAnotherOperation,
InvalidMembers,
NumberOfUsersOnHoldIsGreaterThanHoldLimitation,
EmptyMembersList,
NameMustBeUnique,
LegalHoldPolicyNotFound,
Other,
}dbx_team only.Variants (Non-exhaustive)
This enum is marked as non-exhaustive
There has been an unknown legal hold error.
You don’t have permissions to perform this action.
Temporary infrastructure failure, please retry.
Trying to release an inactive legal hold.
Legal hold is currently performing another operation.
Some members in the members list are not valid to be placed under legal hold.
You cannot add more than 5 users in a legal hold.
The users list must have at least one user.
The name provided is already in use by another legal hold.
Legal hold policy does not exist for
LegalHoldsPolicyUpdateArg::id.
Catch-all used for unrecognized values returned from the server. Encountering this value typically indicates that this SDK version is out of date.
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for LegalHoldsPolicyUpdateErrorimpl Send for LegalHoldsPolicyUpdateErrorimpl Sync for LegalHoldsPolicyUpdateErrorimpl Unpin for LegalHoldsPolicyUpdateErrorimpl UnwindSafe for LegalHoldsPolicyUpdateErrorBlanket Implementations
Mutably borrows from an owned value. Read more