All chains
    Preparing search index...

    Type Alias SendFailed

    SendFailed: PlainDescriptor<
        {
            destination: { interior: XcmV5Junctions; parents: number };
            error: Enum<
                {
                    DestinationUnsupported: undefined;
                    ExceedsMaxMessageSize: undefined;
                    Fees: undefined;
                    MissingArgument: undefined;
                    NotApplicable: undefined;
                    Transport: undefined;
                    Unroutable: undefined;
                },
            >;
            message_id: FixedSizeBinary<32>;
            origin: { interior: XcmV5Junctions; parents: number };
        },
    >

    An XCM message failed to send.