Table of Contents

Class ActionError

Namespace
Auth0.ManagementApi.Models.Actions
Assembly
Auth0.ManagementApi.dll
public class ActionError
Inheritance
ActionError
Inherited Members

Properties

Id

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

Property Value

string

Message

[JsonProperty("msg")]
public string Message { get; set; }

Property Value

string

Url

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

Property Value

string