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

ServiceMsg

import type { ServiceMsg } from "https://raw.githubusercontent.com/nats-io/nats.deno/v1.27.0/nats-base-client/internal_mod.ts";
interface ServiceMsg extends Msg {
respondError(
code: number,
description: string,
data?: Uint8Array,
): boolean;
}

§Extends

§Methods

§
respondError(
code: number,
description: string,
data?: Uint8Array,
): boolean
[src]