Errors/Chain errors

PartialFillNotSupportedForLinkedAmount

Check the argument values against the operation schema

View as Markdown

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.

Declared at pallets/limit-orders/src/lib.rs#L460.

Remediation

Check the argument values against the operation schema

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