Error

class Error(val throwable: Throwable) : PollResult

Represents an error that occurred during the poll operation.

Constructors

Link copied to clipboard
constructor(throwable: Throwable)

Properties

Link copied to clipboard

The Throwable that represents the error.