Error

@Serializable
data class Error(val type: ErrorType, val message: String)(source)

Constructors

Link copied to clipboard
constructor(type: ErrorType, message: String)

Properties

Link copied to clipboard
Link copied to clipboard
@SerialName(value = "name")
val type: ErrorType