za.co.absa.standardization.validation.field
Function to convert a Try type to sequence of ValidationIssue.
Function to convert a Try type to sequence of ValidationIssue. Naming by the patter StringToInt; Try is a noun here
Try value to convert to ValidationIssue - Failure is converted to ValidationError, any ValidationIssue included within Success will be returned in the Sequence, all other will result in empty sequence
sequence of ValidationIssue, that were either part the input or if the input was a failure, then it converted into ValidationError