Enum dropbox_sdk::paper::PaperDocCreateError [−][src]
#[non_exhaustive]
pub enum PaperDocCreateError {
InsufficientPermissions,
ContentMalformed,
FolderNotFound,
DocLengthExceeded,
ImageSizeExceeded,
Other,
}dbx_paper only.Variants (Non-exhaustive)
This enum is marked as non-exhaustive
Your account does not have permissions to perform this action. This may be due to it only having access to Paper as files in the Dropbox filesystem. For more information, refer to the Paper Migration Guide.
The provided content was malformed and cannot be imported to Paper.
The specified Paper folder is cannot be found.
The newly created Paper doc would be too large. Please split the content into multiple docs.
The imported document contains an image that is too large. The current limit is 1MB. This only applies to HTML with data URI.
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
Auto Trait Implementations
impl RefUnwindSafe for PaperDocCreateErrorimpl Send for PaperDocCreateErrorimpl Sync for PaperDocCreateErrorimpl Unpin for PaperDocCreateErrorimpl UnwindSafe for PaperDocCreateErrorBlanket Implementations
Mutably borrows from an owned value. Read more