Enum dropbox_sdk::file_requests::DeleteAllClosedFileRequestsError [−][src]
#[non_exhaustive]
pub enum DeleteAllClosedFileRequestsError {
DisabledForTeam,
NotFound,
NotAFolder,
AppLacksAccess,
NoPermission,
EmailUnverified,
ValidationError,
Other,
}dbx_file_requests only.Expand description
There was an error deleting all closed file requests.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
This user’s Dropbox Business team doesn’t allow file requests.
This file request ID was not found.
The specified path is not a folder.
This file request is not accessible to this app. Apps with the app folder permission can only access file requests in their app folder.
This user doesn’t have permission to access or modify this file request.
This user’s email address is not verified. File requests are only available on accounts with a verified email address. Users can verify their email address here.
There was an error validating the request. For example, the title was invalid, or there were disallowed characters in the destination path.
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 Send for DeleteAllClosedFileRequestsErrorimpl Sync for DeleteAllClosedFileRequestsErrorimpl Unpin for DeleteAllClosedFileRequestsErrorBlanket Implementations
Mutably borrows from an owned value. Read more