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

FailedData

import type { FailedData } from "https://googleapis.deno.dev/v1/tpu:v2.ts";

Further data for the failed state.

interface FailedData {
readonly error?: Status;
}

§Properties

§
readonly error?: Status
[src]

Output only. The error that caused the queued resource to enter the FAILED state.