IErrorModel Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.ErrorModelTypeConverter))]
public interface IErrorModel : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.ErrorModelTypeConverter))>]
type IErrorModel = interface
interface IJsonSerializable
Public Interface IErrorModel
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
Caus |
Gets or sets the possible causes of error. |
Code |
Gets or sets the error code. |
CreationTime |
Gets or sets the creation time of error. |
Message |
Gets or sets the error message. |
Recommendation |
Gets or sets the recommended action to resolve error. |
Severity |
Gets or sets the error severity. |
Type |
Gets or sets the error type. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |