Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration DrPlanStepErrorMode

The types of error modes for steps in a DR plan.

  • STOP_ON_ERROR - Stop DR plan execution if the step fails.
  • CONTINUE_ON_ERROR - Continue executing the DR plan even if the step fails.

Enumeration members

ContinueOnError

ContinueOnError: = "CONTINUE_ON_ERROR"

StopOnError

StopOnError: = "STOP_ON_ERROR"

UnknownValue

UnknownValue: = "UNKNOWN_VALUE"

This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.

Functions

getDeserializedJsonObj

getJsonObj