dispatch_as_fallible: TxDescriptor<
    {
        as_origin: Enum<
            {
                CumulusXcm: Enum<{ Relay: undefined; SiblingParachain: number }>;
                PolkadotXcm: Enum<
                    {
                        Response: { interior: XcmV5Junctions; parents: number };
                        Xcm: { interior: XcmV5Junctions; parents: number };
                    },
                >;
                system: DispatchRawOrigin;
            },
        >;
        call: TxCallData;
    },
>

Dispatches a function call with a provided origin.

Almost the same as [Pallet::dispatch_as] but forwards any error of the inner call.

The dispatch origin for this call must be Root.