#[non_exhaustive]pub struct MalformedQueryException { /* private fields */ }Expand description
The query string is not valid. Details about this error are displayed in a QueryCompileError object. For more information, see QueryCompileError.
For more information about valid query syntax, see CloudWatch Logs Insights Query Syntax.
Implementations§
source§impl MalformedQueryException
impl MalformedQueryException
sourcepub fn query_compile_error(&self) -> Option<&QueryCompileError>
pub fn query_compile_error(&self) -> Option<&QueryCompileError>
Reserved.
source§impl MalformedQueryException
impl MalformedQueryException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture MalformedQueryException.
Trait Implementations§
source§impl Clone for MalformedQueryException
impl Clone for MalformedQueryException
source§fn clone(&self) -> MalformedQueryException
fn clone(&self) -> MalformedQueryException
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 MalformedQueryException
impl Debug for MalformedQueryException
source§impl Display for MalformedQueryException
impl Display for MalformedQueryException
source§impl Error for MalformedQueryException
impl Error for MalformedQueryException
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()