다음을 통해 공유


IErrorBody Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.ErrorBodyTypeConverter))]
public interface IErrorBody : Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.ErrorBodyTypeConverter))>]
type IErrorBody = interface
    interface IJsonSerializable
Public Interface IErrorBody
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Code

error code

Message

error message

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to