Single Responsibility Principle

A class handles HTTP request parsing, business logic validation, database writes, and error logging. A colleague says this violates SRP. What is the most precise statement of why?