ConfigureActionWarning

A non-fatal issue detected while applying a Configure Action request.

Properties

fieldstringrequired

The field name in the request body that this warning refers to.

codestringrequired

Machine-readable warning code. Known values: `unknown_field` (field not in the action's template; on a waterfall field also an unrecognised or duplicated provider name, or an array that produced no usable providers — the stored waterfall is then left unchanged), `unresolved_reference` (a `{{...}}` reference does not match any known variable on this sheet), `deprecated_format` (the request used a deprecated-but-still-accepted shape, e.g. the legacy flat `run_if` form — migrate to the documented shape), `ambiguous_provider` (a waterfall token matches one provider's display name and another's legacy id; resolved by name), `unsupported_own_key` (`use_own_key: true` on a provider that has no bring-your-own-key mode; ignored, the provider stays on Floqer credits), `own_key_required` (a provider with no Floqer-billed mode was configured without `use_own_key: true` and will fail at run time), `own_key_ignored` (Reorder Waterfall Providers only: `use_own_key` in the body disagreed with stored state — that endpoint reorders and never changes key state).

messagestringrequired

Human-readable warning message suitable for display.

Example

ConfigureActionWarning example
{
  "field": "model",
  "code": "unknown_field",
  "message": "Field 'model' is not recognized by this action and was ignored."
}