ULOrderError

data class ULOrderError(val type: ULOrderErrorType, val message: String) : Serializable

Class to represent an error from the client-side. Use this error class to confirm to UpLift that there was an error during the payment process.

Constructors

Link copied to clipboard
fun ULOrderError(type: ULOrderErrorType, message: String)

Init method to create a ULOrderError object with the required properties

Properties

Link copied to clipboard

Error message

Link copied to clipboard

Type of the error