Struct aws_sdk_glue::model::ColumnError
source · #[non_exhaustive]pub struct ColumnError { /* private fields */ }Expand description
Encapsulates a column name that failed and the reason for failure.
Implementations§
source§impl ColumnError
impl ColumnError
sourcepub fn column_name(&self) -> Option<&str>
pub fn column_name(&self) -> Option<&str>
The name of the column that failed.
sourcepub fn error(&self) -> Option<&ErrorDetail>
pub fn error(&self) -> Option<&ErrorDetail>
An error message with the reason for the failure of an operation.
source§impl ColumnError
impl ColumnError
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ColumnError.
Trait Implementations§
source§impl Clone for ColumnError
impl Clone for ColumnError
source§fn clone(&self) -> ColumnError
fn clone(&self) -> ColumnError
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 ColumnError
impl Debug for ColumnError
source§impl PartialEq<ColumnError> for ColumnError
impl PartialEq<ColumnError> for ColumnError
source§fn eq(&self, other: &ColumnError) -> bool
fn eq(&self, other: &ColumnError) -> bool
This method tests for
self and other values to be equal, and is used
by ==.