Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents an error that happened during a deployment requests.
The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.
Syntax
[dynamic, provider("deploymentprovider")]
class MSFT_ServerManagerDeploymentError
{
String ErrorMessage;
String ErrorId;
uint8 ErrorCategory;
};
Members
The MSFT_ServerManagerDeploymentError class has these types of members:
Properties
The MSFT_ServerManagerDeploymentError class has these properties.
-
ErrorCategory
-
-
Data type: uint8
-
Access type: Read-only
Gets the category of the error.
-
-
NotSpecified (0)
-
OpenError (1)
-
CloseError (2)
-
DeviceError (3)
-
DeadlockDetected (4)
-
InvalidArgument (5)
-
InvalidData (6)
-
InvalidOperation (7)
-
InvalidResult (8)
-
InvalidType (9)
-
MetadataError (10)
-
NotImplemented (11)
-
NotInstalled (12)
-
ObjectNotFound (13)
-
OperationStopped (14)
-
OperationTimeout (15)
-
SyntaxError (16)
-
ParserError (17)
-
PermissionDenied (18)
-
ResourceBusy (19)
-
ResourceExists (20)
-
ResourceUnavailable (21)
-
ReadError (22)
-
WriteError (23)
-
FromStdErr (24)
-
FromStdErr (25)
ErrorId
-
Data type: String
-
Access type: Read-only
Gets the ID of the error.
ErrorMessage
-
Data type: String
-
Access type: Read-only
Gets a description of the error.
Requirements
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2012 |
Namespace |
Root\StandardCimv2 |
MOF |
|
DLL |
|