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
Message
Error message.
[JsonProperty("message")]
public string Message { get; set; }
Property Value
Path
Error field.
[JsonProperty("path")]
public string Path { get; set; }