Return a string message instead of an array at class-validator package

I am using class-validator package at my Nest.js app. I want to return single error message instead of an array containing errors. How can i do this? I was try set stopAtFirstError: true option but nothing has changed.