NotJson

@Serializable
@SerialName(value = "M_NOT_JSON")
data class NotJson(val error: String) : ErrorResponse

Request did not contain valid JSON.

Constructors

Link copied to clipboard
constructor(error: String)

Properties

Link copied to clipboard
open override val error: String