Class ApiError
Assembly: Inttegro.dll
Syntax
public sealed class ApiError
Properties
|
Edit this page
View Source
AdditionalData
Declaration
[JsonExtensionData]
public Dictionary<string, JsonElement>? AdditionalData { get; set; }
Property Value
|
Edit this page
View Source
Cause
Declaration
[JsonPropertyName("cause")]
public string? Cause { get; set; }
Property Value
|
Edit this page
View Source
Code
Declaration
[JsonPropertyName("code")]
public string? Code { get; set; }
Property Value
|
Edit this page
View Source
Detail
Declaration
[JsonPropertyName("detail")]
public string? Detail { get; set; }
Property Value
|
Edit this page
View Source
FixCode
Declaration
[JsonPropertyName("fix_code")]
public string? FixCode { get; set; }
Property Value
|
Edit this page
View Source
Message
Declaration
[JsonPropertyName("message")]
public string? Message { get; set; }
Property Value
|
Edit this page
View Source
Type
Declaration
[JsonPropertyName("type")]
public string? Type { get; set; }
Property Value
|
Edit this page
View Source
Url
Declaration
[JsonPropertyName("url")]
public string? Url { get; set; }
Property Value