pub type APIResponseError = Box<dyn Error>;
the APIResponseError is returned when send request failed.
pub struct APIResponseError(/* private fields */);