NotJson

@Serializable
data class NotJson(val error: String? = null) : ErrorResponse

Request did not contain valid JSON.

Constructors

Link copied to clipboard
constructor(error: String? = null)

Properties

Link copied to clipboard
open override val error: String? = null