Enum dropbox_sdk::sharing::UpdateFolderMemberError [−][src]
#[non_exhaustive]
pub enum UpdateFolderMemberError {
AccessError(SharedFolderAccessError),
MemberError(SharedFolderMemberError),
NoExplicitAccess(AddFolderMemberError),
InsufficientPlan,
NoPermission,
Other,
}dbx_sharing only.Variants (Non-exhaustive)
This enum is marked as non-exhaustive
AccessError(SharedFolderAccessError)MemberError(SharedFolderMemberError)NoExplicitAccess(AddFolderMemberError)If updating the access type required the member to be added to the shared folder and there was an error when adding the member.
The current user’s account doesn’t support this action. An example of this is when downgrading a member from editor to viewer. This action can only be performed by users that have upgraded to a Pro or Business plan.
The current user does not have permission to perform this action.
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
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for UpdateFolderMemberErrorimpl Send for UpdateFolderMemberErrorimpl Sync for UpdateFolderMemberErrorimpl Unpin for UpdateFolderMemberErrorimpl UnwindSafe for UpdateFolderMemberErrorBlanket Implementations
Mutably borrows from an owned value. Read more