Show / Hide Table of Contents

Enum 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.
Namespace: Oci.DisasterrecoveryService.Models
Assembly: OCI.DotNetSDK.Disasterrecovery.dll
Syntax
public enum DrPlanStepErrorMode

Fields

Name Description
ContinueOnError
StopOnError
UnknownEnumValue
In this article
Back to top