Table of Contents

Class EventStreamCloudEventErrorMessage

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

An error message delivered via the SSE stream. The stream closes after this message.

[Serializable]
public record EventStreamCloudEventErrorMessage : IJsonOnDeserialized, IEquatable<EventStreamCloudEventErrorMessage>
Inheritance
EventStreamCloudEventErrorMessage
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Error

[JsonPropertyName("error")]
public required EventStreamCloudEventErrorDetail Error { get; set; }

Property Value

EventStreamCloudEventErrorDetail

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.