Show / Hide Table of Contents

Class OlvmErrorHandling

Error Handling in OLVM

Inheritance
object
OlvmErrorHandling
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.CloudmigrationsService.Models
Assembly: OCI.DotNetSDK.Cloudmigrations.dll
Syntax
public class OlvmErrorHandling

Properties

OnError

Declaration
[JsonProperty(PropertyName = "onError")]
[JsonConverter(typeof(StringEnumConverter))]
public OlvmErrorHandling.OnErrorEnum? OnError { get; set; }
Property Value
Type Description
OlvmErrorHandling.OnErrorEnum?

Migrate on error

In this article
Back to top