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

BatchPutMessageErrorEntry

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

Contains information about the errors encountered.

interface BatchPutMessageErrorEntry {
errorCode?: ErrorCode | null;
errorMessage?: string | null;
messageId?: string | null;
}

§Properties

§
errorCode?: ErrorCode | null
[src]

The error code.

§
errorMessage?: string | null
[src]

A message that describes the error.

§
messageId?: string | null
[src]

The ID of the message that caused the error. (See the value corresponding to the "messageId" key in the "message" object.)