RollbackSeverity Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |