Package-level declarations

Types

Link copied to clipboard
data class Error(val code: Int, val message: String? = null)

Simple error model used by the polling engine.

Link copied to clipboard
sealed class PollingResult<out T>

Generic result wrapper used by the polling engine to represent remote/API state.