InvalidParam

@Serializable
data class InvalidParam(val error: String? = null) : 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? = null)

Properties

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