@valon-technologies/gestalt
    Preparing search index...

    Interface TransactionCommitResponse

    TransactionCommitResponse carries a non-OK status when commit failed after the provider accepted the commit frame and rolled the transaction back.

    interface TransactionCommitResponse {
        error?: RpcStatus;
    }
    Index

    Properties

    Properties

    error?: RpcStatus