TooManyRequestsResponse

class TooManyRequestsResponse(response: JSONObject) : Response

Functions

Link copied to clipboard
fun isEventExceedDailyQuota(event: BaseEvent): Boolean

Properties

Link copied to clipboard
val epsThreshold: Int
Link copied to clipboard
val error: String
Link copied to clipboard
var exceededDailyQuotaDevices: Set<String>
Link copied to clipboard
var exceededDailyQuotaUsers: Set<String>
Link copied to clipboard
open override val status: HttpStatus
Link copied to clipboard
var throttledDevices: Set<String>
Link copied to clipboard
var throttledEvents: Set<Int>
Link copied to clipboard
var throttledUsers: Set<String>