#[non_exhaustive]pub struct InvalidRenderingParameterException { /* private fields */ }
Expand description
Indicates that one or more of the replacement values you provided is invalid. This error may occur when the TemplateData object contains invalid JSON.
Implementations§
source§impl InvalidRenderingParameterException
impl InvalidRenderingParameterException
pub fn template_name(&self) -> Option<&str>
source§impl InvalidRenderingParameterException
impl InvalidRenderingParameterException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InvalidRenderingParameterException
.
Trait Implementations§
source§impl Clone for InvalidRenderingParameterException
impl Clone for InvalidRenderingParameterException
source§fn clone(&self) -> InvalidRenderingParameterException
fn clone(&self) -> InvalidRenderingParameterException
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 InvalidRenderingParameterException
impl Error for InvalidRenderingParameterException
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<InvalidRenderingParameterException> for InvalidRenderingParameterException
impl PartialEq<InvalidRenderingParameterException> for InvalidRenderingParameterException
source§fn eq(&self, other: &InvalidRenderingParameterException) -> bool
fn eq(&self, other: &InvalidRenderingParameterException) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.