Enum dropbox_sdk::sharing::SharedLinkSettingsError [−][src]
pub enum SharedLinkSettingsError {
InvalidSettings,
NotAuthorized,
}This is supported on crate feature
dbx_sharing only.Variants
The given settings are invalid (for example, all attributes of the
SharedLinkSettings are empty, the requested visibility is
RequestedVisibility::Password but the
SharedLinkSettings::link_password is missing,
SharedLinkSettings::expires is set to the past, etc.).
User is not allowed to modify the settings of this link. Note that basic users can only set
RequestedVisibility::Public as the
SharedLinkSettings::requested_visibility and cannot set
SharedLinkSettings::expires.
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for SharedLinkSettingsErrorimpl Send for SharedLinkSettingsErrorimpl Sync for SharedLinkSettingsErrorimpl Unpin for SharedLinkSettingsErrorimpl UnwindSafe for SharedLinkSettingsErrorBlanket Implementations
Mutably borrows from an owned value. Read more