Struct backblaze_b2::B2ErrorMessage [] [src]

pub struct B2ErrorMessage { /* fields omitted */ }

The b2 api returns errors in a json-object, that can be deserialized into this struct.

Trait Implementations

impl Debug for B2ErrorMessage
[src]

Formats the value using the given formatter.