Udostępnij przez


EventErrorResponse Class

Definition

Response for errors.

[System.Runtime.Serialization.DataContract]
public class EventErrorResponse : Microsoft.Azure.WebPubSub.Common.WebPubSubEventResponse
[<System.Runtime.Serialization.DataContract>]
type EventErrorResponse = class
    inherit WebPubSubEventResponse
Public Class EventErrorResponse
Inherits WebPubSubEventResponse
Inheritance
EventErrorResponse
Derived
Attributes

Constructors

Name Description
EventErrorResponse()

Default constructor for JsonSerialize.

EventErrorResponse(WebPubSubErrorCode, String)

Create an instance of EventErrorResponse.

Properties

Name Description
Code

Error code.

ErrorMessage

Error messages.

Applies to