Share via


ICloudErrorBody Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.CloudErrorBodyTypeConverter))]
public interface ICloudErrorBody : Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.CloudErrorBodyTypeConverter))>]
type ICloudErrorBody = interface
    interface IJsonSerializable
Public Interface ICloudErrorBody
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Code

An error code that describes the error condition more precisely than an HTTP status code. Can be used to programmatically handle specific error cases.

Detail

Contains nested errors that are related to this error.

Message

A message that describes the error in detail and provides debugging information.

Target

The target of the particular error (for example, the name of the property in error).

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to