pub fn validate_sql_action(
raw: &RawSqlAction,
action_index: usize,
) -> Result<SqlAction, String>Expand description
Validates the raw shape into the typed action. Returns owned error
strings; the document.rs hook wraps them into DocError.