Enum dropbox_sdk::sharing::CreateSharedLinkWithSettingsError [−][src]
pub enum CreateSharedLinkWithSettingsError {
Path(LookupError),
EmailNotVerified,
SharedLinkAlreadyExists(Option<SharedLinkAlreadyExistsMetadata>),
SettingsError(SharedLinkSettingsError),
AccessDenied,
}This is supported on crate feature
dbx_sharing only.Variants
Path(LookupError)This user’s email address is not verified. This functionality is only available on accounts with a verified email address. Users can verify their email address here.
The shared link already exists. You can call list_shared_links() to
get the existing link, or use the provided metadata if it is returned.
SettingsError(SharedLinkSettingsError)There is an error with the given settings.
The user is not allowed to create a shared link to the specified file. For example, this can occur if the file is restricted or if the user’s links are banned.
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 Send for CreateSharedLinkWithSettingsErrorimpl Sync for CreateSharedLinkWithSettingsErrorimpl Unpin for CreateSharedLinkWithSettingsErrorBlanket Implementations
Mutably borrows from an owned value. Read more