Type Alias APIResponseError

Source
pub type APIResponseError = Box<dyn Error>;
Expand description

the APIResponseError is returned when send request failed.

Aliased Typeยง

pub struct APIResponseError(/* private fields */);