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

InstanceGroupManagerResizeRequestStatusLastAttempt

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

§Properties

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

Output only. Errors that prevented the ResizeRequest to be fulfilled.