Type Alias ApiError
pub type ApiError = ApiError;Expand description
Error alias for backwards compatibility, prefer ApiError instead.
Aliased Type§
pub enum ApiError {
Reqwest(Error),
ReqwestMiddleware(Error),
Serde(Error),
Io(Error),
Response(ResponseContent),
}