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

    Type Alias Debug

    DebugEvents are effectively statuses returned by the server that were ignored by the client. The code and description indicate the server specified code and description.

    type Debug = {
        code: number;
        description: string;
        type: "debug";
    }
    Index

    Properties

    Properties

    code: number
    description: string
    type: "debug"