Struct rusoto_glue::ErrorDetail[][src]

pub struct ErrorDetail {
    pub error_code: Option<String>,
    pub error_message: Option<String>,
}

Contains details about an error.

Fields

The code associated with this error.

A message describing the error.

Trait Implementations

impl Default for ErrorDetail
[src]

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

impl Debug for ErrorDetail
[src]

Formats the value using the given formatter. Read more

impl Clone for ErrorDetail
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ErrorDetail
[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 ErrorDetail

impl Sync for ErrorDetail