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

LayerFailure

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

An object that represents an Amazon ECR image layer failure.

interface LayerFailure {
failureCode?: LayerFailureCode | null;
failureReason?: string | null;
layerDigest?: string | null;
}

§Properties

§
failureCode?: LayerFailureCode | null
[src]

The failure code that's associated with the failure.

§
failureReason?: string | null
[src]

The reason for the failure.

§
layerDigest?: string | null
[src]

The layer digest that's associated with the failure.