Enum dropbox_sdk::file_requests::CreateFileRequestError [−][src]
#[non_exhaustive]
pub enum CreateFileRequestError {
DisabledForTeam,
NotFound,
NotAFolder,
AppLacksAccess,
NoPermission,
EmailUnverified,
ValidationError,
InvalidLocation,
RateLimit,
Other,
}dbx_file_requests only.Expand description
There was an error creating the file request.
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.
File requests are not available on the specified folder.
The user has reached the rate limit for creating file requests. The limit is currently 4000 file requests total.
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 CreateFileRequestErrorimpl Send for CreateFileRequestErrorimpl Sync for CreateFileRequestErrorimpl Unpin for CreateFileRequestErrorimpl UnwindSafe for CreateFileRequestErrorBlanket Implementations
Mutably borrows from an owned value. Read more