pub type GoogleApiError = IndexNowError;👎Deprecated since 1.1.0:
renamed to IndexNowError
Expand description
Former name of IndexNowError, kept so 1.0 code keeps compiling.
Aliased Type§
pub enum GoogleApiError {
Connection(String),
Status {
code: u16,
body: String,
},
}