Interface ConnectionClosedError

interface ConnectionClosedError {
    code: "RPC_PROTOCOL_CLOSED";
}

Hierarchy

  • Error
    • ConnectionClosedError

Properties

Properties

code: "RPC_PROTOCOL_CLOSED"