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

UpdateFailureState

import type { UpdateFailureState } from "https://googleapis.deno.dev/v1/trafficdirector:v3.ts";
interface UpdateFailureState {
details?: string;
failedConfiguration?: {
[key: string]: any;
}
;
lastUpdateAttempt?: Date;
versionInfo?: string;
}

§Properties

§
details?: string
[src]

Details about the last failed update attempt.

§
failedConfiguration?: {
[key: string]: any;
}
[src]

What the component configuration would have been if the update had succeeded. This field may not be populated by xDS clients due to storage overhead.

§
lastUpdateAttempt?: Date
[src]

Time of the latest failed update attempt.

§
versionInfo?: string
[src]

This is the version of the rejected resource. [#not-implemented-hide:]