pub fn valkey_kind(err: &EngineError) -> Option<ErrorKind>Expand description
Returns the underlying ferriskey ErrorKind if err maps back
to a transport-level fault whose inner source is a ScriptError.
Postgres-backed or other non-Valkey transport errors return None.