kotlin-sdk
core
/
com.amplitude.core.utilities
/
TooManyRequestsResponse
Too
Many
Requests
Response
class
TooManyRequestsResponse
(
response
:
JSONObject
)
:
Response
Content copied to clipboard
Functions
Properties
Functions
is
Event
Exceed
Daily
Quota
Link copied to clipboard
fun
isEventExceedDailyQuota
(
event
:
BaseEvent
)
:
Boolean
Content copied to clipboard
Properties
epsThreshold
Link copied to clipboard
val
epsThreshold
:
Int
Content copied to clipboard
error
Link copied to clipboard
val
error
:
String
Content copied to clipboard
exceededDailyQuotaDevices
Link copied to clipboard
var
exceededDailyQuotaDevices
:
Set
<
String
>
Content copied to clipboard
exceededDailyQuotaUsers
Link copied to clipboard
var
exceededDailyQuotaUsers
:
Set
<
String
>
Content copied to clipboard
status
Link copied to clipboard
open
override
val
status
:
HttpStatus
Content copied to clipboard
throttledDevices
Link copied to clipboard
var
throttledDevices
:
Set
<
String
>
Content copied to clipboard
throttledEvents
Link copied to clipboard
var
throttledEvents
:
Set
<
Int
>
Content copied to clipboard
throttledUsers
Link copied to clipboard
var
throttledUsers
:
Set
<
String
>
Content copied to clipboard