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
Id
[JsonPropertyName("id")]
public string? Id { get; set; }
Property Value
Msg
[JsonPropertyName("msg")]
public string? Msg { get; set; }
Property Value
Url
[JsonPropertyName("url")]
public string? Url { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.