#[non_exhaustive]pub struct DraftUploadOutOfSyncException { /* private fields */ }
Expand description
This exception is thrown when a valid checkout ID is not presented on document version upload calls for a document that has been checked out from Web client.
Implementations§
source§impl DraftUploadOutOfSyncException
impl DraftUploadOutOfSyncException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DraftUploadOutOfSyncException
.
Trait Implementations§
source§impl Clone for DraftUploadOutOfSyncException
impl Clone for DraftUploadOutOfSyncException
source§fn clone(&self) -> DraftUploadOutOfSyncException
fn clone(&self) -> DraftUploadOutOfSyncException
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 Error for DraftUploadOutOfSyncException
impl Error for DraftUploadOutOfSyncException
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<DraftUploadOutOfSyncException> for DraftUploadOutOfSyncException
impl PartialEq<DraftUploadOutOfSyncException> for DraftUploadOutOfSyncException
source§fn eq(&self, other: &DraftUploadOutOfSyncException) -> bool
fn eq(&self, other: &DraftUploadOutOfSyncException) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.