Error

data class Error(val code: Int, val message: String? = null)

Simple error model used by the polling engine.

Constructors

Link copied to clipboard
constructor(code: Int, message: String? = null)

Properties

Link copied to clipboard
val code: Int
Link copied to clipboard
val message: String? = null