Enum dropbox_sdk::file_properties::AddPropertiesError [−][src]
#[non_exhaustive]
pub enum AddPropertiesError {
TemplateNotFound(TemplateId),
RestrictedContent,
Path(LookupError),
UnsupportedFolder,
PropertyFieldTooLarge,
DoesNotFitTemplate,
DuplicatePropertyGroups,
PropertyGroupAlreadyExists,
Other,
}dbx_file_properties only.Variants (Non-exhaustive)
This enum is marked as non-exhaustive
TemplateNotFound(TemplateId)Template does not exist for the given identifier.
You do not have permission to modify this template.
Path(LookupError)This folder cannot be tagged. Tagging folders is not supported for team-owned templates.
One or more of the supplied property field values is too large.
One or more of the supplied property fields does not conform to the template specifications.
There are 2 or more property groups referring to the same templates in the input.
A property group associated with this template and file already exists.
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 AddPropertiesErrorimpl Send for AddPropertiesErrorimpl Sync for AddPropertiesErrorimpl Unpin for AddPropertiesErrorimpl UnwindSafe for AddPropertiesErrorBlanket Implementations
Mutably borrows from an owned value. Read more