Show / Hide Table of Contents

Class ApiError

Inheritance
object
ApiError
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: PayrollEngine.Client
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class ApiError

Constructors

ApiError()

Declaration
public ApiError()

Properties

Errors

Declaration
[JsonPropertyName("errors")]
public Dictionary<string, string[]> Errors { get; set; }
Property Value
Type Description
Dictionary<string, string[]>

Status

Declaration
[JsonPropertyName("status")]
public int Status { get; set; }
Property Value
Type Description
int

Title

Declaration
[JsonPropertyName("title")]
public string Title { get; set; }
Property Value
Type Description
string

TraceId

Declaration
[JsonPropertyName("traceId")]
public string TraceId { get; set; }
Property Value
Type Description
string

Type

Declaration
[JsonPropertyName("type")]
public string Type { get; set; }
Property Value
Type Description
string

Extension Methods

ConsoleExtensions.WriteProperties(object, bool)
ValueTypeExtensions.GetValueType(object)
ObjectInfo.GetPropertyValue(object, string)
ObjectInfo.GetPropertyValue<T>(object, string, T)
ObjectInfo.ResolvePropertyValue(object, string)
ObjectInfo.SetPropertyValue(object, string, object)
☀
☾
Back to top Generated by DocFX