Class ErrorResponse
Inheritance
ErrorResponse
Assembly: Aydsko.iRacingData.dll
Syntax
public class ErrorResponse
Properties
ErrorCode
Declaration
[JsonPropertyName("error")]
public string? ErrorCode { get; set; }
Property Value
ErrorDescription
Declaration
[JsonPropertyName("error_description")]
public string? ErrorDescription { get; set; }
Property Value
Message
Declaration
[JsonPropertyName("message")]
public string? Message { get; set; }
Property Value
Note
Declaration
[JsonPropertyName("note")]
public string? Note { get; set; }
Property Value