What the maximum accepted length of the DeadLetterErrorDescriptio?
Relating to C# QueueClient.DeadLetterAsync https://learn.microsoft.com/en-us/dotnet/api/microsoft.azure.servicebus.queueclient.deadletterasync?view=azure-dotnet#Microsoft_Azure_ServiceBus_QueueClient_DeadLetterAsync_System_String_System_String_System_String_
Based on this forum, not much detail, suggests its 2^15-1 ie 32,767 https://social.msdn.microsoft.com/Forums/en-US/653ac222-42d3-4ace-8425-3349f44ef001/exception-during-messagecomplete?forum=servbus
Or is this part of the message maximum package size being 256KB (basic default service bus queue)?