Get-BluGenieErrorAction

Get-BluGenieErrorAction
SYNOPSIS
Get-BluGenieErrorAction is a function that will round up any errors into a smiple object
SYNTAX
Get-BluGenieErrorAction [-Clear] [-List] [-Walkthrough] [-ReturnObject] [-OutUnEscapedJSON] [<CommonParameters>]DESCRIPTION
Get-BluGenieErrorAction is a function that will round up any errors into a smiple object
EXAMPLES
EXAMPLE 1
Command: Get-BluGenieErrorActionDescription: Display error information in a readable format
Notes: This includes
* Action = The actioning item or cmdlet
* StackTracke = From what Function, ScriptBlock, or CmdLet the error came from and the Line number
* Line = The command used when the error was generated
* Error = A string with a readable error messageEXAMPLE 2
EXAMPLE 3
EXAMPLE 4
EXAMPLE 5
EXAMPLE 6
EXAMPLE 7
PARAMETERS
Clear
List
Walkthrough
ReturnObject
OutUnEscapedJSON
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Last updated