@patternmeshjs/core
    Preparing search index...

    Interface TransactionCancellationReason

    One cancellation reason from TransactGetItems / TransactWriteItems, aligned to participant order.

    interface TransactionCancellationReason {
        code: string | undefined;
        item?: Record<string, unknown>;
        message: string | undefined;
    }
    Index

    Properties

    Properties

    code: string | undefined
    item?: Record<string, unknown>
    message: string | undefined