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 {
actionItem?: LocalizedMessage;
code?: "WARNING_CODE_UNSPECIFIED" | "ADAPTATION_WARNING";
helpLinks?: Link[];
warningMessage?: LocalizedMessage;
warningTime?: Date;
}

§Properties

§

Suggested action for solving the warning.

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

The warning code.

§
warningMessage?: LocalizedMessage
[src]

The localized warning message.

§
warningTime?: Date
[src]

The time the warning occurred.