Class RSQueryError

An RSQueryError is a message containing the response to an RSQuery sent by the other side of the connection.

Hierarchy

  • RSQueryError

Constructors

Properties

Constructors

  • Parameters

    • respondingTo: string

      The DataChannelMessage ID of the query being responded to.

    • errorCode: number

      A code corresponding to an error

    • error: string

      Error message

    Returns RSQueryError

Properties

error: string

The response to the query.

errorCode: number

The error code

respondingTo: string

The DataChannelMessage ID of the query being responded to.