PayloadTooLarge

constructor(payloadBytes: Int, budgetBytes: Int, reservedBytes: Int)

Parameters

payloadBytes

the size of the payload that was refused.

budgetBytes

the largest payload this send would have accepted.

reservedBytes

what the layers above the fabric hold back from the fabric's own frame limit — envelopes, channel headers. budgetBytes + reservedBytes is that frame limit.