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

MigrationWarning

import type { MigrationWarning } from "https://googleapis.deno.dev/v1/vmmigration:v1.ts";

Represents migration resource warning information that can be used with google.rpc.Status message. MigrationWarning is used to present the user with warning information in migration operations.

interface MigrationWarning {
readonly actionItem?: LocalizedMessage;
code?: "WARNING_CODE_UNSPECIFIED" | "ADAPTATION_WARNING";
readonly helpLinks?: Link[];
readonly warningMessage?: LocalizedMessage;
warningTime?: Date;
}

§Properties

§
readonly actionItem?: LocalizedMessage
[src]

Output only. Suggested action for solving the warning.

§
code?: "WARNING_CODE_UNSPECIFIED" | "ADAPTATION_WARNING"
[src]

The warning code.

§
readonly warningMessage?: LocalizedMessage
[src]

Output only. The localized warning message.

§
warningTime?: Date
[src]

The time the warning occurred.