Struct mongo_driver::BsoncError [] [src]

pub struct BsoncError { /* fields omitted */ }

Error in the underlying C driver.

Methods

impl BsoncError
[src]

Wether the error has content.

The error's domain.

The error's code.

The error's message.

Trait Implementations

impl Debug for BsoncError
[src]

Formats the value using the given formatter.

impl Display for BsoncError
[src]

Formats the value using the given formatter. Read more

impl Error for BsoncError
[src]

A short description of the error. Read more

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