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

BatchError

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

Error related to a specific channel, specified by its ARN.

interface BatchError {
arn?: string | null;
code?: string | null;
message?: string | null;
}

§Properties

§
arn?: string | null
[src]

Channel ARN.

§
code?: string | null
[src]

Error code.

§
message?: string | null
[src]

Error message, determined by the application.