ThrottleReason

sealed class ThrottleReason

The reason for the query throttling, for example, when it exceeds the concurrent query limit.

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard
data class SdkUnknown(val value: String) : ThrottleReason

Properties

Link copied to clipboard
abstract val value: String