class ValidationError extends BaseError Custom error class for validation errors Constructors new ValidationError(message: string,path: string,details?: string[],cause?: Error,) Creates a new ValidationError Properties readonly details: string[] Detailed validation error messages readonly path: string Path to the invalid field