Enum diffbot::Error
[−]
[src]
pub enum Error { Api(u32, String), Json, Io(Error), Http(Error), }
Error occuring during a call.
Variants
Api | The API returned an error. | |
Json | An error occured when decoding JSON from the API. | |
Io | An error occured with the network. | |
Http | An HTTP error occured with the webserver. |