include/qrkit@error_DataExceedsCapacity.hrl

-record(data_exceeds_capacity, {
    bits_needed :: integer(),
    bits_available :: integer()
}).