Error

data class Error(val exception: Exception) : PollingStatus

Indicates that an error occurred during polling.

Parameters

exception

The exception that occurred.

Constructors

Link copied to clipboard
constructor(exception: Exception)

Properties

Link copied to clipboard