pub type BodyError = Box<dyn Error + Send + Sync>;
Default Request/Response body error.
struct BodyError(/* private fields */);