Class ApiError
Assembly: PayrollEngine.Client.Core.dll
Syntax
Constructors
ApiError()
Declaration
Properties
Errors
Declaration
[JsonPropertyName("errors")]
public Dictionary<string, string[]> Errors { get; set; }
Property Value
Status
Declaration
[JsonPropertyName("status")]
public int Status { get; set; }
Property Value
Title
Declaration
[JsonPropertyName("title")]
public string Title { get; set; }
Property Value
TraceId
Declaration
[JsonPropertyName("traceId")]
public string TraceId { get; set; }
Property Value
Type
Declaration
[JsonPropertyName("type")]
public string Type { get; set; }
Property Value
Extension Methods