@nats-io/nats-core
    Preparing search index...

    Class ClosedConnectionError

    Class representing an error thrown when an operation is attempted on a closed connection.

    This error is intended to signal that a connection-related operation could not be completed because the connection is no longer open or has been terminated.

    Hierarchy

    • Error
      • ClosedConnectionError
    Index

    Constructors

    Properties

    cause?: unknown
    message: string
    name: string
    stack?: string
    prepareStackTrace?: (err: Error, stackTraces: CallSite[]) => any

    Optional override for formatting stack traces

    stackTraceLimit: number

    Methods

    • Create .stack property on a target object

      Parameters

      • targetObject: object
      • OptionalconstructorOpt: Function

      Returns void