RegexExceptionClassifier
@Singleton
@Requires(property = "airbyte.connector.exception-classifiers.regex.rules")
ExceptionClassifier implementation based on regexes applied to the exception message.
Constructors
Link copied to clipboard
constructor(@Value(value = "${airbyte.connector.exception-classifiers.regex.order:10}") orderValue: Int, rules: List<RegexExceptionClassifierRule>)