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

ProblemDetails

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

Details related to problems with AWS TNB resources.

interface ProblemDetails {
detail: string;
title?: string | null;
}

§Properties

§
detail: string
[src]

A human-readable explanation specific to this occurrence of the problem.

§
title?: string | null
[src]

A human-readable title of the problem type.