FailResult

class FailResult(val liveUpdate: LiveUpdate, val failStep: FailStep, val failMsg: String? = null)

Represents a failed request during the Live Updates process and information about the failure.

Constructors

Link copied to clipboard
fun FailResult(liveUpdate: LiveUpdate, failStep: FailStep, failMsg: String? = null)

Properties

Link copied to clipboard
val failMsg: String? = null

a message to accompany the failure to explain what happened

Link copied to clipboard

the step the Live Update process failure occurred

Link copied to clipboard

the LiveUpdate information for the failed request