# PartialFillNotSupportedForProvider (/docs/errors/chain/PartialFillNotSupportedForProvider)

A `partial_fill` was submitted against a provider (`has_linked_order`). Provider output must be recorded from a single execution; omit `partial_fill` even if `partial_fills_enabled` is set.

Declared by the `LimitOrders` pallet; it classifies to the semantic code [`invalid_argument`](/docs/errors/invalid-argument).

Declared at [`pallets/limit-orders/src/lib.rs#L462`](/code/pallets/limit-orders/src/lib.rs#L462).

## Remediation [#remediation]

Check the argument values against the operation schema

The same explanation is available in the terminal: `btcli explain PartialFillNotSupportedForProvider`.
