TargetEligibilityErrorMessageResponse

data class TargetEligibilityErrorMessageResponse(val message: String? = null, val resolution: String? = null, val resultCode: String? = null)

The error/warning message due to which the device is ineligible as a failover target device.

Constructors

Link copied to clipboard
constructor(message: String? = null, resolution: String? = null, resultCode: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val message: String? = null

The localized error message stating the reason why the device is not eligible as a target device.

Link copied to clipboard
val resolution: String? = null

The localized resolution message for the error.

Link copied to clipboard
val resultCode: String? = null

The result code for the error, due to which the device does not qualify as a failover target device.