Meaningful help on HTTP::Tiny errors.
HTTP::Tiny uses status code 599 for internal errors and puts a description in the /body/, not the status line, which uselessly says "Internal Exception". When reporting errors for status 599, use content, not status line to report back up the chain.