Aydsko iRacing Data API
Show / Hide Table of Contents

Class ErrorResponse

Inheritance
object
ErrorResponse
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Aydsko.iRacingData.Common
Assembly: Aydsko.iRacingData.dll
Syntax
public class ErrorResponse

Properties

ErrorCode

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

ErrorDescription

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

Message

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

Note

Declaration
[JsonPropertyName("note")]
public string? Note { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX