errors property

List<String>? errors
getter/setter pair

List of validation errors.

If the list is empty, the consumer config is valid.

Implementation

core.List<core.String>? errors;