valueErrors property

List<CollectdValueError>? valueErrors
getter/setter pair

Records the error status for values that were not written due to an error.Failed payloads for which nothing is written will not include partial value errors.

Implementation

core.List<CollectdValueError>? valueErrors;