Class JobImportErrorDetails
- Namespace
- Auth0.ManagementApi.Models
- Assembly
- Auth0.ManagementApi.dll
Contains information of the error that failed the job
public class JobImportErrorDetails
- Inheritance
-
JobImportErrorDetails
- Inherited Members
Properties
Errors
Errors importing the user.
[JsonProperty("errors")]
public Error[] Errors { get; set; }
Property Value
- Error[]
User
User, as provided in the import file
[JsonProperty("user")]
public object User { get; set; }