Struct rusoto_glue::TableError[][src]

pub struct TableError {
    pub error_detail: Option<ErrorDetail>,
    pub table_name: Option<String>,
}

An error record for table operations.

Fields

Detail about the error.

Name of the table. For Hive compatibility, this must be entirely lowercase.

Trait Implementations

impl Default for TableError
[src]

Returns the "default value" for a type. Read more

impl Debug for TableError
[src]

Formats the value using the given formatter. Read more

impl Clone for TableError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for TableError
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for TableError

impl Sync for TableError