Script API - v1.26.20.26
    Preparing search index...

    Class WebSocketLimitExceededError

    An error that is thrown when the maximum number of connected WebSockets is reached.

    Hierarchy

    • Error
      • WebSocketLimitExceededError
    Index

    Constructors

    Properties

    connectedSockets: number

    Number of WebSocket connections already active when rejected.

    This property can be read in early-execution mode.

    maxConcurrentConnections: number

    Configured maximum active WebSocket connections.

    This property can be read in early-execution mode.

    message: string
    name: string
    stack?: string