Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TargetEligibilityErrorMessage

Package version

interface

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

Hierarchy

  • TargetEligibilityErrorMessage

Index

Properties

Optional message

message: undefined | string
member

{string} [message] The localized error message stating the reason why the device is not eligible as a target device.

Optional resolution

resolution: undefined | string
member

{string} [resolution] The localized resolution message for the error.

Optional resultCode

member

{TargetEligibilityResultCode} [resultCode] The result code for the error, due to which the device does not qualify as a failover target device. Possible values include: 'TargetAndSourceCannotBeSameError', 'TargetIsNotOnlineError', 'TargetSourceIncompatibleVersionError', 'LocalToTieredVolumesConversionWarning', 'TargetInsufficientCapacityError', 'TargetInsufficientLocalVolumeMemoryError', 'TargetInsufficientTieredVolumeMemoryError'

Generated using TypeDoc