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.

Trait Implementations

impl Default for TableError
[src]

[src]

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

impl Debug for TableError
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for TableError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for TableError

impl Sync for TableError