A — aborts a streamed (sub)transaction (spec §5); subxid == xid is a whole-transaction abort, else a savepoint rollback.
Summary
Types
@type t() :: %Replicant.Decoder.Messages.StreamAbort{ subxid: non_neg_integer() | nil, xid: non_neg_integer() | nil }