NodeTransitionResult
Represents information about an operation in a terminal state (Completed or Faulted).
Properties
Name | Type | Required |
---|---|---|
ErrorCode |
integer (int32) | No |
NodeResult |
NodeResult | No |
ErrorCode
Type: integer (int32)
Required: No
If OperationState is Completed, this is 0. If OperationState is Faulted, this is an error code indicating the reason.
NodeResult
Type: NodeResult
Required: No
Contains information about a node that was targeted by a user-induced operation.