# PartialFillNotSupportedForLinkedAmount (/docs/errors/chain/PartialFillNotSupportedForLinkedAmount)

A `partial_fill` was submitted against a linked (consuming) order. Linked amounts must execute in one shot; omit `partial_fill` and execute the resolved amount in full.

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#L460`](/code/pallets/limit-orders/src/lib.rs#L460).

## Remediation [#remediation]

Check the argument values against the operation schema

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