#[non_exhaustive]pub struct TrackingOptionsDoesNotExistException { /* private fields */ }
Expand description
Indicates that the TrackingOptions object you specified does not exist.
Implementations§
source§impl TrackingOptionsDoesNotExistException
impl TrackingOptionsDoesNotExistException
sourcepub fn configuration_set_name(&self) -> Option<&str>
pub fn configuration_set_name(&self) -> Option<&str>
Indicates that a TrackingOptions object does not exist in the specified configuration set.
source§impl TrackingOptionsDoesNotExistException
impl TrackingOptionsDoesNotExistException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TrackingOptionsDoesNotExistException
.
Trait Implementations§
source§impl Clone for TrackingOptionsDoesNotExistException
impl Clone for TrackingOptionsDoesNotExistException
source§fn clone(&self) -> TrackingOptionsDoesNotExistException
fn clone(&self) -> TrackingOptionsDoesNotExistException
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 TrackingOptionsDoesNotExistException
impl Error for TrackingOptionsDoesNotExistException
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<TrackingOptionsDoesNotExistException> for TrackingOptionsDoesNotExistException
impl PartialEq<TrackingOptionsDoesNotExistException> for TrackingOptionsDoesNotExistException
source§fn eq(&self, other: &TrackingOptionsDoesNotExistException) -> bool
fn eq(&self, other: &TrackingOptionsDoesNotExistException) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.