Enum dropbox_sdk::file_properties::ModifyTemplateError [−][src]
#[non_exhaustive]
pub enum ModifyTemplateError {
TemplateNotFound(TemplateId),
RestrictedContent,
ConflictingPropertyNames,
TooManyProperties,
TooManyTemplates,
TemplateAttributeTooLarge,
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.
A property field key with that name already exists in the template.
There are too many properties in the changed template. The maximum number of properties per template is 32.
There are too many templates for the team.
The template name, description or one or more of the property field keys is too large.
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 ModifyTemplateErrorimpl Send for ModifyTemplateErrorimpl Sync for ModifyTemplateErrorimpl Unpin for ModifyTemplateErrorimpl UnwindSafe for ModifyTemplateErrorBlanket Implementations
Mutably borrows from an owned value. Read more