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

ErrorInfo

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

Returns information about an error state of the cluster.

interface ErrorInfo {
ErrorCode?: string | null;
ErrorString?: string | null;
}

§Properties

§
ErrorCode?: string | null
[src]

A number describing the error programmatically.

§
ErrorString?: string | null
[src]

An optional field to provide more details about the error.