fn make_deser_error(e: &Error, endpoint: &str) -> ApiErrorExpand description
Convert a reqwest JSON error into an ApiError::Deserialization.
fn make_deser_error(e: &Error, endpoint: &str) -> ApiErrorConvert a reqwest JSON error into an ApiError::Deserialization.