payloadErrors property

List<CollectdPayloadError>? payloadErrors
getter/setter pair

Records the error status for points that were not written due to an error in the request.Failed requests for which nothing is written will return an error response instead.

Requests where data points were rejected by the backend will set summary instead.

Implementation

core.List<CollectdPayloadError>? payloadErrors;