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

    Type Alias ExceededLimits

    This notification is specific to pull consumers and will be notified whenever the pull request exceeds some limit such as maxwaiting, maxrequestbatch, etc. The data component has the code (409) and the message from the server.

    type ExceededLimits = {
        code: number;
        description: string;
        type: "exceeded_limits";
    }
    Index

    Properties

    Properties

    code: number
    description: string
    type: "exceeded_limits"