Function mz_testdrive::action::sql::try_run_fail_sql
source ยท async fn try_run_fail_sql(
state: &State,
query: &str,
expected_error: &ErrorMatcher,
expected_detail: Option<&ErrorMatcher>,
expected_hint: Option<&ErrorMatcher>,
) -> Result<(), Error>