ErrorCategory Enumeration
This element is introduced in Windows PowerShell 5.0.
Namespace: Microsoft.OneGet.ServicesProvider.Common
Assembly: Microsoft.OneGet.ServicesProvider.Common (in Microsoft.OneGet.ServicesProvider.Common.dll)
Usage
'Usage
Dim instance As ErrorCategory
Syntax
'Declaration
Public Enumeration ErrorCategory
public enum ErrorCategory
public enum class ErrorCategory
public enum ErrorCategory
public enum ErrorCategory
Members
| Member name | Description |
|---|---|
| AuthenticationError | This element is introduced in Windows PowerShell 5.0. |
| CloseError | This element is introduced in Windows PowerShell 5.0. |
| ConnectionError | This element is introduced in Windows PowerShell 5.0. |
| DeadlockDetected | This element is introduced in Windows PowerShell 5.0. |
| DeviceError | This element is introduced in Windows PowerShell 5.0. |
| FromStdErr | This element is introduced in Windows PowerShell 5.0. |
| InvalidArgument | This element is introduced in Windows PowerShell 5.0. |
| InvalidData | This element is introduced in Windows PowerShell 5.0. |
| InvalidOperation | This element is introduced in Windows PowerShell 5.0. |
| InvalidResult | This element is introduced in Windows PowerShell 5.0. |
| InvalidType | This element is introduced in Windows PowerShell 5.0. |
| LimitsExceeded | This element is introduced in Windows PowerShell 5.0. |
| MetadataError | This element is introduced in Windows PowerShell 5.0. |
| NotEnabled | This element is introduced in Windows PowerShell 5.0. |
| NotImplemented | This element is introduced in Windows PowerShell 5.0. |
| NotInstalled | This element is introduced in Windows PowerShell 5.0. |
| NotSpecified | This element is introduced in Windows PowerShell 5.0. |
| ObjectNotFound | This element is introduced in Windows PowerShell 5.0. |
| OpenError | This element is introduced in Windows PowerShell 5.0. |
| OperationStopped | This element is introduced in Windows PowerShell 5.0. |
| OperationTimeout | This element is introduced in Windows PowerShell 5.0. |
| ParserError | This element is introduced in Windows PowerShell 5.0. |
| PermissionDenied | This element is introduced in Windows PowerShell 5.0. |
| ProtocolError | This element is introduced in Windows PowerShell 5.0. |
| QuotaExceeded | This element is introduced in Windows PowerShell 5.0. |
| ReadError | This element is introduced in Windows PowerShell 5.0. |
| ResourceBusy | This element is introduced in Windows PowerShell 5.0. |
| ResourceExists | This element is introduced in Windows PowerShell 5.0. |
| ResourceUnavailable | This element is introduced in Windows PowerShell 5.0. |
| SecurityError | This element is introduced in Windows PowerShell 5.0. |
| SyntaxError | This element is introduced in Windows PowerShell 5.0. |
| WriteError | This element is introduced in Windows PowerShell 5.0. |