pub type HogQLQueryResult = Result<HogQLQueryResponse, HogQLQueryErrorResponse>;
Aliased Type§
pub enum HogQLQueryResult {
Ok(HogQLQueryResponse),
Err(HogQLQueryErrorResponse),
}
Variants§
Ok(HogQLQueryResponse)
Contains the success value
Err(HogQLQueryErrorResponse)
Contains the error value