ChaosOperationError Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a system or infrastructure error encountered during an async operation.
public class ChaosOperationError : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Chaos.Models.ChaosOperationError>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Chaos.Models.ChaosOperationError>
type ChaosOperationError = class
interface IJsonModel<ChaosOperationError>
interface IPersistableModel<ChaosOperationError>
Public Class ChaosOperationError
Implements IJsonModel(Of ChaosOperationError), IPersistableModel(Of ChaosOperationError)
- Inheritance
-
ChaosOperationError
- Implements
Properties
| Name | Description |
|---|---|
| ErrorCode |
The error code identifying the type of system error. |
| ErrorMessage |
A human-readable description of the system error. |