Table of Contents

Class ActionError

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Error is a generic error with a human readable id which should be easily referenced in support tickets.

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Id

[JsonPropertyName("id")]
public string? Id { get; set; }

Property Value

string

Msg

[JsonPropertyName("msg")]
public string? Msg { get; set; }

Property Value

string

Url

[JsonPropertyName("url")]
public string? Url { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.