API Reference
Class
ComputerXFailureDescriptor
Engine-owned failure descriptor with stable machine-readable semantics.
Inheritance
- Object
- ComputerXFailureDescriptor
Constructors
public ComputerXFailureDescriptor(String errorCode, String category, String entity, Boolean recoverable) #Initializes a new instance of the ComputerXFailureDescriptor class.
Parameters
- errorCode System.String
- category System.String
- entity System.String
- recoverable System.Boolean
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String ErrorCode { get; } #Stable error code.
public String Category { get; } #Machine-readable category for recovery and planning.
public String Entity { get; } #Logical entity affected by the failure.
public Boolean Recoverable { get; } #Whether the failure is expected to be recoverable in-session.