Struct mongo_driver::BulkOperationError [] [src]

pub struct BulkOperationError {
    pub error: MongoError,
    pub reply: Document,
}

Error returned by a bulk operation that includes a report in the reply document.

Fields

Returned error

Error report

Trait Implementations

impl Debug for BulkOperationError
[src]

[src]

Formats the value using the given formatter. Read more

impl Display for BulkOperationError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for BulkOperationError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

The lower-level cause of this error, if any. Read more

Auto Trait Implementations