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