// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: 2025 Snowfork <hello@snowfork.com>
// SPDX-FileCopyrightText: 2021-2025 Parity Technologies (UK) Ltd.
use Message;
use RuntimeDebug;
use Xcm;
/// Converts an inbound message from Ethereum to an XCM message that can be
/// executed on a parachain.
/// Reason why a message conversion failed.