Unrecognized

@Serializable
@SerialName(value = "M_UNRECOGNIZED")
data class Unrecognized(val error: String) : ErrorResponse

The server did not understand the request.

Constructors

Link copied to clipboard
constructor(error: String)

Properties

Link copied to clipboard
open override val error: String