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

ErrorDetails

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

Represents information about an error in AWS CodePipeline.

interface ErrorDetails {
code?: string | null;
message?: string | null;
}

§Properties

§
code?: string | null
[src]

The system ID or number code of the error.

§
message?: string | null
[src]

The text of the error message.