Enum rlstats::Error
[−]
[src]
pub enum Error {
RateLimited,
ResponseCode(ResponseCode),
ReqwestError(Error),
SerdeJson(Error),
}Variants
RateLimitedResponseCode(ResponseCode)ReqwestError(Error)SerdeJson(Error)
Trait Implementations
impl Debug for Error[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more