Refactor `pipeline.errors.full_messages.join(',')` to be `pipeline.errors_message`
It's just method refactoring.
The following discussion from !13278 (merged) should be addressed:
-
@ayufan started a discussion: (+2 comments) Can we have this
pipeline.errors.full_messages.join(',')as a method ofpipeline? Likepipeline.errors_message? I see that we use this construct already elsewhere.