Skip to main content

value_invalid

Function value_invalid 

Source
pub fn value_invalid(
    ctx: Context,
    node_type: &str,
    op: &str,
    store: &str,
    msg: String,
) -> PluginExecutionError
Expand description

A value that exists but is not usable as configured (bad JSON, non-numeric). Prepares a 500: a data/config fault, not an outage.

Only ever raised on the redis-backed data path – see key_invalid.