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

nkeys.NKeysError

import { nkeys } from "https://raw.githubusercontent.com/nats-io/nats.deno/v1.27.0/nats-base-client/internal_mod.ts"; 

const { NKeysError } = nkeys;
class NKeysError extends Error {
constructor(code: NKeysErrorCode, chainedError?: Error);
chainedError?: Error;
code: string;
name: string;
}

§Extends

§
Error
[src]

§Constructors

§
new NKeysError(code: NKeysErrorCode, chainedError?: Error)
[src]
@param code

§Properties

§
chainedError: Error
[src]
§
code: string
[src]
§
name: string
[src]