Struct s3lsio::Error [] [src]

pub struct Error {
    pub format: OutputFormat,
    pub color: Color,
}

Allows you to control Error output.

Fields

Defaults to OutputFormat::serialize since it's easier to debug.

Available formats are json, plain, serialize or none (don't output anything)

Can be any term color. Defaults to term::color::RED.