Share via


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

EventErrorResponse()

Default constructor for JsonSerialize.

EventErrorResponse(WebPubSubErrorCode, String)

Create an instance of EventErrorResponse.

Properties

Code

Error code.

ErrorMessage

Error messages.

Applies to