Concept Flow - ValidationPipe in depth
Request Received
Apply ValidationPipe
Transform Input to DTO
Validate DTO Properties
Send Response
The ValidationPipe intercepts incoming requests, transforms and validates data against DTO rules, then either passes valid data to the controller or throws errors for invalid input.