Error

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

Описание ошибки.

Parameters

type

Тип ошибки.

message

Сообщение ошибки.

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