ProcessingFailed: PlainDescriptor<{
    error: ProcessMessageError;
    id: FixedSizeBinary<32>;
    origin: Enum<{
        Here: undefined;
        Parent: undefined;
        Sibling: number;
    }>;
}>

Message discarded due to an error in the MessageProcessor (usually a format error).

Type declaration

  • error: ProcessMessageError

    The error that occurred.

    This error is pretty opaque. More fine-grained errors need to be emitted as events by the MessageProcessor.

  • id: FixedSizeBinary<32>

    The blake2_256 hash of the message.

  • origin: Enum<{
        Here: undefined;
        Parent: undefined;
        Sibling: number;
    }>

    The queue of the message.