Struct rusoto_servicecatalog::RecordError [] [src]

pub struct RecordError {
    pub code: Option<ErrorCode>,
    pub description: Option<ErrorDescription>,
}

The error code and description resulting from an operation.

Fields

The numeric value of the error.

The text description of the error.

Trait Implementations

impl Default for RecordError
[src]

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

impl Debug for RecordError
[src]

Formats the value using the given formatter.

impl Clone for RecordError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more