BadRequestResponse

class BadRequestResponse(response: JSONObject) : Response

Functions

Link copied to clipboard
fun getEventIndicesToDrop(): MutableSet<Int>
Link copied to clipboard
fun isEventSilenced(event: BaseEvent): Boolean

Properties

Link copied to clipboard
val error: String
Link copied to clipboard
var eventsWithInvalidFields: Set<Int>
Link copied to clipboard
var eventsWithMissingFields: Set<Int>
Link copied to clipboard
val missingField: String
Link copied to clipboard
var silencedDevices: Set<String>
Link copied to clipboard
var silencedEvents: Set<Int>
Link copied to clipboard
open override val status: HttpStatus