# NoLinkedOutput (/docs/errors/chain/NoLinkedOutput)

A linked order named a provider `order_id` that has no recorded output — it was never a provider, already drawn, or pruned. Check `LinkedOutputs` for that id, or execute the provider first via `execute_orders` rather than in the same batched call.

Declared by the `LimitOrders` pallet; it classifies to the semantic code [`not_found`](/docs/errors/not-found).

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

## Remediation [#remediation]

The referenced object is not on-chain; check the identifier

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