TargetEligibilityErrorMessage interface
The error/warning message due to which the device is ineligible as a failover target device.
Properties
message | The localized error message stating the reason why the device is not eligible as a target device. |
resolution | The localized resolution message for the error. |
result |
The result code for the error, due to which the device does not qualify as a failover target device. |
Property Details
message
The localized error message stating the reason why the device is not eligible as a target device.
message?: string
Property Value
string
resolution
The localized resolution message for the error.
resolution?: string
Property Value
string
resultCode
The result code for the error, due to which the device does not qualify as a failover target device.
resultCode?: TargetEligibilityResultCode
Property Value
Azure SDK for JavaScript