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

FailureSummary

import type { FailureSummary } from "https://aws-api.deno.dev/v0.3/services/robomaker.ts?docs=full";

Information about worlds that failed.

interface FailureSummary {
failures?: WorldFailure[] | null;
totalFailureCount?: number | null;
}

§Properties

§
failures?: WorldFailure[] | null
[src]

The worlds that failed.

§
totalFailureCount?: number | null
[src]

The total number of failures.