Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InvokeQuorumLossResult

Package version

Represents information about an operation in a terminal state (Completed or Faulted).

Hierarchy

  • InvokeQuorumLossResult

Index

Properties

Optional errorCode

errorCode: undefined | number

If OperationState is Completed, this is 0. If OperationState is Faulted, this is an error code indicating the reason.

Optional selectedPartition

selectedPartition: SelectedPartition

This class returns information about the partition that the user-induced operation acted upon.

Generated using TypeDoc