#[non_exhaustive]pub struct InvalidParentCommitIdException { /* private fields */ }
Expand description
The parent commit ID is not valid. The commit ID cannot be empty, and must match the head commit ID for the branch of the repository where you want to add or update a file.
Implementations§
source§impl InvalidParentCommitIdException
impl InvalidParentCommitIdException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InvalidParentCommitIdException
.
Trait Implementations§
source§impl Clone for InvalidParentCommitIdException
impl Clone for InvalidParentCommitIdException
source§fn clone(&self) -> InvalidParentCommitIdException
fn clone(&self) -> InvalidParentCommitIdException
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 InvalidParentCommitIdException
impl Error for InvalidParentCommitIdException
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<InvalidParentCommitIdException> for InvalidParentCommitIdException
impl PartialEq<InvalidParentCommitIdException> for InvalidParentCommitIdException
source§fn eq(&self, other: &InvalidParentCommitIdException) -> bool
fn eq(&self, other: &InvalidParentCommitIdException) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.