Enum dropbox_sdk::team::MembersTransferFilesError [−][src]
#[non_exhaustive]
pub enum MembersTransferFilesError {
UserNotFound,
UserNotInTeam,
RemovedAndTransferDestShouldDiffer,
RemovedAndTransferAdminShouldDiffer,
TransferDestUserNotFound,
TransferDestUserNotInTeam,
TransferAdminUserNotInTeam,
TransferAdminUserNotFound,
UnspecifiedTransferAdminId,
TransferAdminIsNotAdmin,
RecipientNotVerified,
Other,
}dbx_team only.Variants (Non-exhaustive)
This enum is marked as non-exhaustive
No matching user found. The provided team_member_id, email, or external_id does not exist on this team.
The user is not a member of the team.
Expected removed user and transfer_dest user to be different.
Expected removed user and transfer_admin user to be different.
No matching user found for the argument transfer_dest_id.
The provided transfer_dest_id does not exist on this team.
The provided transfer_admin_id does not exist on this team.
No matching user found for the argument transfer_admin_id.
The transfer_admin_id argument must be provided when file transfer is requested.
Specified transfer_admin user is not a team admin.
The recipient user’s email is not verified.
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 MembersTransferFilesErrorimpl Send for MembersTransferFilesErrorimpl Sync for MembersTransferFilesErrorimpl Unpin for MembersTransferFilesErrorimpl UnwindSafe for MembersTransferFilesErrorBlanket Implementations
Mutably borrows from an owned value. Read more