RollbackSeverity Enum

Definition

The severity of error that causes PowerShell to automatically rollback the transaction.

public enum class RollbackSeverity
public enum RollbackSeverity
type RollbackSeverity = 
Public Enum RollbackSeverity
Inheritance
RollbackSeverity

Fields

Error 0

Non-terminating errors or worse.

Never 2

Do not rollback the transaction on error.

TerminatingError 1

Terminating errors or worse.

Applies to