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.3/services/iotanalytics.ts?docs=full";

Contains informations about errors.

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

§Properties

§
errorCode?: string | null
[src]

The code associated with the error.

§
errorMessage?: string | null
[src]

The message associated with 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.