Table of Contents

Struct EventStreamCloudEventErrorCodeEnum

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll
[JsonConverter(typeof(EventStreamCloudEventErrorCodeEnum.EventStreamCloudEventErrorCodeEnumSerializer))]
[Serializable]
public readonly record struct EventStreamCloudEventErrorCodeEnum : IStringEnum, IEquatable<string>, IEquatable<EventStreamCloudEventErrorCodeEnum>
Implements
Inherited Members

Constructors

EventStreamCloudEventErrorCodeEnum(string)

public EventStreamCloudEventErrorCodeEnum(string value)

Parameters

value string

Fields

ConnectionTimeout

public static readonly EventStreamCloudEventErrorCodeEnum ConnectionTimeout

Field Value

EventStreamCloudEventErrorCodeEnum

CursorExpired

public static readonly EventStreamCloudEventErrorCodeEnum CursorExpired

Field Value

EventStreamCloudEventErrorCodeEnum

InvalidCursor

public static readonly EventStreamCloudEventErrorCodeEnum InvalidCursor

Field Value

EventStreamCloudEventErrorCodeEnum

PayloadTooLarge

public static readonly EventStreamCloudEventErrorCodeEnum PayloadTooLarge

Field Value

EventStreamCloudEventErrorCodeEnum

ProcessingError

public static readonly EventStreamCloudEventErrorCodeEnum ProcessingError

Field Value

EventStreamCloudEventErrorCodeEnum

Timeout

public static readonly EventStreamCloudEventErrorCodeEnum Timeout

Field Value

EventStreamCloudEventErrorCodeEnum

Properties

Value

The string value of the enum.

public string Value { get; }

Property Value

string

Methods

Equals(string?)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(string? other)

Parameters

other string

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

FromCustom(string)

Create a string enum with the given value.

public static EventStreamCloudEventErrorCodeEnum FromCustom(string value)

Parameters

value string

Returns

EventStreamCloudEventErrorCodeEnum

ToString()

Returns the string value of the enum.

public override string ToString()

Returns

string

Operators

operator ==(EventStreamCloudEventErrorCodeEnum, string)

public static bool operator ==(EventStreamCloudEventErrorCodeEnum value1, string value2)

Parameters

value1 EventStreamCloudEventErrorCodeEnum
value2 string

Returns

bool

explicit operator string(EventStreamCloudEventErrorCodeEnum)

public static explicit operator string(EventStreamCloudEventErrorCodeEnum value)

Parameters

value EventStreamCloudEventErrorCodeEnum

Returns

string

explicit operator EventStreamCloudEventErrorCodeEnum(string)

public static explicit operator EventStreamCloudEventErrorCodeEnum(string value)

Parameters

value string

Returns

EventStreamCloudEventErrorCodeEnum

operator !=(EventStreamCloudEventErrorCodeEnum, string)

public static bool operator !=(EventStreamCloudEventErrorCodeEnum value1, string value2)

Parameters

value1 EventStreamCloudEventErrorCodeEnum
value2 string

Returns

bool