ErrorView Enum

Definition

Defines the potential ErrorView options.

public enum ErrorView
type ErrorView = 
Public Enum ErrorView
Inheritance
ErrorView

Fields

CategoryView 1

Only show category information.

ConciseView 2

Concise shows more information on the context of the error or just the message if not a script or parser error.

DetailedView 3

Detailed will leverage Get-Error to get much more detailed information for the error.

NormalView 0

Existing all red multi-line output.

Applies to