ErrorOption Enum

Definition

Defines error behavior during object processing.

[System.Runtime.InteropServices.Guid("28EB23D5-9CB3-4ac6-9AE9-79D6FEE6114B")]
public enum ErrorOption
[<System.Runtime.InteropServices.Guid("28EB23D5-9CB3-4ac6-9AE9-79D6FEE6114B")>]
type ErrorOption = 
Public Enum ErrorOption
Inheritance
ErrorOption
Attributes

Fields

IgnoreError 0

Ignores the error and continues to process. Nothing is logged.

ReportAndContinue 1

Ignores the error, continues to process. Logs according to the log options.

ReportAndStop 2

Stops processing and logs the error.

Applies to