Table of Contents

Class Error

Namespace
Auth0.ManagementApi.Models
Assembly
Auth0.ManagementApi.dll

Errors importing the user.

public class Error
Inheritance
Error
Inherited Members

Properties

Code

Error code.

[JsonProperty("code")]
public string Code { get; set; }

Property Value

string

Message

Error message.

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

Property Value

string

Path

Error field.

[JsonProperty("path")]
public string Path { get; set; }

Property Value

string