Enum dropbox_sdk::files::GetTemporaryLinkError [−][src]
#[non_exhaustive]
pub enum GetTemporaryLinkError {
Path(LookupError),
EmailNotVerified,
UnsupportedFile,
NotAllowed,
Other,
}
dbx_files
only.Variants (Non-exhaustive)
This enum is marked as non-exhaustive
Path(LookupError)
Tuple Fields of Path
0: 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.
Cannot get temporary link to this file type; use export()
instead.
The user is not allowed to request a temporary link to the specified file. For example, this can occur if the file is restricted or if the user’s links are banned.
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 GetTemporaryLinkError
impl Send for GetTemporaryLinkError
impl Sync for GetTemporaryLinkError
impl Unpin for GetTemporaryLinkError
impl UnwindSafe for GetTemporaryLinkError
Blanket Implementations
Mutably borrows from an owned value. Read more