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

RenderingError

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

A description of an error that occurred while rendering the template.

interface RenderingError {
Code: string;
Message: string;
}

§Properties

§
Code: string
[src]

A unique identifier for a specific class of errors.

§
Message: string
[src]

A human-readable message describing the error.