Class ErrorResponse
public class ErrorResponse
- Inheritance
-
ErrorResponse
- Inherited Members
Properties
Message
[JsonProperty("message")]
public string? Message { get; set; }
Property Value
StatusCode
[JsonProperty("statusCode")]
public int StatusCode { get; set; }