pub fn runtime_set_error<'c>(
    context: &'c Context,
    operand: Value<'c, '_>,
    location: Location<'c>
) -> RuntimeSetErrorOperation<'c>
Expand description

Creates a runtime.set_error operation.