TimelineErrorResponse

data class TimelineErrorResponse(val errorMessage: String, val kind: String, val queryId: String? = null)

Timeline Query Errors.

Constructors

Link copied to clipboard
constructor(errorMessage: String, kind: String, queryId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

the error message

Link copied to clipboard

the query kind

Link copied to clipboard
val queryId: String? = null

the query id