Skip to content

[XCM] don't ignore errors #8419

Closed
Closed
@xlc

Description

@xlc

I am debugging some XCM error and this is the log I got

 xcm::weight  TRACE: [22] WeightInfoBounds message: Xcm([WithdrawAsset(Assets([Asset { id: AssetId(Location { parents: 1, interior: Here }), fun: Fungible(100000000000) }])), BuyExecution { fees: Asset { id: AssetId(Location { parents: 1, interior: Here }), fun: Fungible(100000000000) }, weight_limit: Unlimited }, Transact { origin_kind: SovereignAccount, fallback_max_weight: Some(Weight { ref_time: 1500000000, proof_size: 10000 }), call: "0x3c0aed030000" }, RefundSurplus, DepositAsset { assets: Wild(AllCounted(1)), beneficiary: Location { parents: 0, interior: X1([Parachain(2000)]) } }])
        xcm::process-message  TRACE: [22] Failed to prepare message.

No idea what's wrong with my message. Seems like the error is dropped here

Err(_) => Err(message),

Metadata

Metadata

Labels

T6-XCMThis PR/Issue is related to XCM.

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions