Skip to main content

validate_sql_action

Function validate_sql_action 

Source
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.