Enum wikipedia::Error
[−]
[src]
pub enum Error { HTTPError, IOError(Error), JSONError(Error), JSONPathError, InvalidParameter(String), }
Wikipedia failed to fetch some information
Variants
HTTPError | Some error communicating with the server |
IOError | Error reading response |
JSONError | Failed to parse JSON response |
JSONPathError | Missing required keys in the JSON response |
InvalidParameter | One of the parameters provided (identified by |