valueErrors property
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;
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.
core.List<CollectdValueError>? valueErrors;