InvalidParam

@Serializable
@SerialName(value = "M_INVALID_PARAM")
data class InvalidParam(val error: String) : ErrorResponse

A parameter that was specified has the wrong value. For example, the server expected an integer and instead received a string.

Constructors

Link copied to clipboard
constructor(error: String)

Properties

Link copied to clipboard
open override val error: String