PollResult

sealed interface PollResult

Represents the result of a poll operation.

Inheritors

Types

Link copied to clipboard
class Error(val throwable: Throwable) : PollResult

Represents an error that occurred during the poll operation.

Link copied to clipboard
class Response(val response: HttpResponse) : PollResult

Represents a successful poll result.