Error

data class Error(val error: String)

Represents an error encountered in the prepurchase flow.

Parameters

error

The error message describing the issue.

Constructors

Link copied to clipboard
constructor(error: String)

Properties

Link copied to clipboard
@SerializedName(value = "error")
val error: String