Struct aws_sdk_appsync::model::ErrorDetail
source · #[non_exhaustive]pub struct ErrorDetail { /* private fields */ }
Expand description
Contains the list of errors generated. When using JavaScript, this will apply to the request or response function evaluation.
Implementations§
source§impl ErrorDetail
impl ErrorDetail
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ErrorDetail
.
Trait Implementations§
source§impl Clone for ErrorDetail
impl Clone for ErrorDetail
source§fn clone(&self) -> ErrorDetail
fn clone(&self) -> ErrorDetail
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 ErrorDetail
impl Debug for ErrorDetail
source§impl PartialEq<ErrorDetail> for ErrorDetail
impl PartialEq<ErrorDetail> for ErrorDetail
source§fn eq(&self, other: &ErrorDetail) -> bool
fn eq(&self, other: &ErrorDetail) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.