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

ManagedInstanceLastAttempt

import type { ManagedInstanceLastAttempt } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface ManagedInstanceLastAttempt {
errors?: {
errors?: {
code?: string;
errorDetails?: {
errorInfo?: ErrorInfo;
help?: Help;
localizedMessage?: LocalizedMessage;
quotaInfo?: QuotaExceededInfo;
}
[]
;
location?: string;
message?: string;
}
[]
;
}
;
}

§Properties

§
errors?: {
errors?: {
code?: string;
errorDetails?: {
errorInfo?: ErrorInfo;
help?: Help;
localizedMessage?: LocalizedMessage;
quotaInfo?: QuotaExceededInfo;
}
[]
;
location?: string;
message?: string;
}
[]
;
}
[src]

[Output Only] Encountered errors during the last attempt to create or delete the instance.