SpokeReason

data class SpokeReason(val code: String? = null, val message: String? = null, val userDetails: String? = null)

Constructors

Link copied to clipboard
constructor(code: String? = null, message: String? = null, userDetails: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val code: String? = null

The code associated with this reason.

Link copied to clipboard
val message: String? = null

Human-readable details about this reason.

Link copied to clipboard
val userDetails: String? = null

Additional information provided by the user in the RejectSpoke call.