I had a peek at the source code and although I don’t actually know Rust it looks like that error comes from a check for character length in the function “is_valid_body_field”. Strangely it does the same check twice against two variables “POST_BODY_MAX_LENGTH” and “BODY_MAX_LENGTH”.
The smaller of the two is BODY_MAX_LENGTH which is set at 10000, so I assume the max character limit is 10,000. There are no other checks in that function other than the character count and that’s the only place in the source code that the text “invalid_body_field” shows up so I assume it’s only sent as a response to too much text, but as I said I don’t actually know Rust so I could be wrong.
https://www.npr.org/2022/11/11/1135878576/the-democrats-strategy-of-boosting-far-right-candidates-seems-to-have-worked
The TLDR; Democrats raised money for far right candidates during their primaries in some strategic elections, the idea being that given the choice between a sane moderate democrat and a lunatic maga republican in the general election, people would choose the sane option.
I don’t know that is what’s happening here however, even if they threw a massive amount of money at Robert F. Kennedy Jr it seems unlikely he would ever win the democratic presidential primary.