Type Alias ChannelErrorEvent

ChannelErrorEvent: { message: string; type: "channelError" }

An error occurred. This is different from a network-level error (which will be emitted as 'error'). Possible causes are things such as malformed filters, non-existant datasets or similar.

Type declaration

  • message: string
  • type: "channelError"