kotlin-sdk
core
/
com.amplitude.core.utilities
/
BadRequestResponse
Bad
Request
Response
class
BadRequestResponse
(
response
:
JSONObject
)
:
Response
Content copied to clipboard
Functions
Properties
Functions
get
Event
Indices
To
Drop
Link copied to clipboard
fun
getEventIndicesToDrop
(
)
:
MutableSet
<
Int
>
Content copied to clipboard
is
Event
Silenced
Link copied to clipboard
fun
isEventSilenced
(
event
:
BaseEvent
)
:
Boolean
Content copied to clipboard
Properties
error
Link copied to clipboard
val
error
:
String
Content copied to clipboard
eventsWithInvalidFields
Link copied to clipboard
var
eventsWithInvalidFields
:
Set
<
Int
>
Content copied to clipboard
eventsWithMissingFields
Link copied to clipboard
var
eventsWithMissingFields
:
Set
<
Int
>
Content copied to clipboard
missingField
Link copied to clipboard
val
missingField
:
String
Content copied to clipboard
silencedDevices
Link copied to clipboard
var
silencedDevices
:
Set
<
String
>
Content copied to clipboard
silencedEvents
Link copied to clipboard
var
silencedEvents
:
Set
<
Int
>
Content copied to clipboard
status
Link copied to clipboard
open
override
val
status
:
HttpStatus
Content copied to clipboard