pub fn validate_and_current(definition_id: &str) -> Result<String, String>
Convenience: validate + build the current-zone string. Returns Err with a stable error prefix on bad input so RPC callers see a consistent message.
Err