pub fn erract(op: &str, value: &str) -> StringAvailable on non-crate feature
lock only.Expand description
Retrieve or set the default error action.
op is "SET" to install value, or "GET" to read the current one back; the current
value is returned either way.