#[non_exhaustive]pub struct UnsupportedDocumentException { /* private fields */ }Expand description
The format of the input document isn't supported. Documents for operations can be in PNG, JPEG, PDF, or TIFF format.
Implementations§
source§impl UnsupportedDocumentException
impl UnsupportedDocumentException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UnsupportedDocumentException.
Trait Implementations§
source§impl Clone for UnsupportedDocumentException
impl Clone for UnsupportedDocumentException
source§fn clone(&self) -> UnsupportedDocumentException
fn clone(&self) -> UnsupportedDocumentException
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for UnsupportedDocumentException
impl Debug for UnsupportedDocumentException
source§impl Error for UnsupportedDocumentException
impl Error for UnsupportedDocumentException
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl PartialEq<UnsupportedDocumentException> for UnsupportedDocumentException
impl PartialEq<UnsupportedDocumentException> for UnsupportedDocumentException
source§fn eq(&self, other: &UnsupportedDocumentException) -> bool
fn eq(&self, other: &UnsupportedDocumentException) -> bool
This method tests for
self and other values to be equal, and is used
by ==.