tock / ai.tock.bot.connector.whatsapp.model.common / WhatsAppError

WhatsAppError

data class WhatsAppError (source)

Constructors

<init>

WhatsAppError(code: Long, title: String, details: String?, href: String? = null)

Properties

code

val code: Long

details

val details: String?

href

val href: String?

title

val title: String