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

ResourceErrorsDetails

import type { ResourceErrorsDetails } from "https://aws-api.deno.dev/v0.4/services/resiliencehub.ts?docs=full";

A list of errors retrieving an application's resources.

interface ResourceErrorsDetails {
hasMoreErrors?: boolean | null;
resourceErrors?: ResourceError[] | null;
}

§Properties

§
hasMoreErrors?: boolean | null
[src]

This indicates if there are more errors not listed in the resourceErrors list.

§
resourceErrors?: ResourceError[] | null
[src]

A list of errors retrieving an application's resources.