Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CollectdValueError

import type { CollectdValueError } from "https://googleapis.deno.dev/v1/monitoring:v3.ts";

Describes the error status for values that were not written.

interface CollectdValueError {
error?: Status;
index?: number;
}

§Properties

§
error?: Status
[src]

Records the error status for the value.

§
index?: number
[src]

The zero-based index in CollectdPayload.values within the parent CreateCollectdTimeSeriesRequest.collectd_payloads.