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

    Class WebSocketConnectionFailedError

    An error thrown when the connection with the WebSocket server has failed.

    Hierarchy

    • Error
      • WebSocketConnectionFailedError
    Index

    Constructors

    Properties

    Constructors

    Properties

    errorCode: number

    The error code received when attempting to connect with the server.

    This property can be read in early-execution mode.

    message: string
    name: string
    stack?: string
    uri: string

    The URI provided to make this connection attempt that failed.

    This property can be read in early-execution mode.