Class GetJobImportUserError
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record GetJobImportUserError : IJsonOnDeserialized, IJsonOnSerializing, IEquatable<GetJobImportUserError>
- Inheritance
-
GetJobImportUserError
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public AdditionalProperties AdditionalProperties { get; set; }
Property Value
Code
Error code.
[JsonPropertyName("code")]
public string? Code { get; set; }
Property Value
Message
Error message.
[JsonPropertyName("message")]
public string? Message { get; set; }
Property Value
Path
Error field.
[JsonPropertyName("path")]
public string? Path { 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.