Table of Contents

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

AdditionalProperties

Code

Error code.

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

Property Value

string

Message

Error message.

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

Property Value

string

Path

Error field.

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

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.