Class ApiError
public class ApiError
- Inheritance
-
ApiError
- Inherited Members
Constructors
ApiError()
public ApiError()
Properties
Code
public HttpStatusCode Code { get; set; }
Property Value
Name
public string Name { get; }
Property Value
Text
public string Text { get; set; }
Property Value
Type
public string Type { get; set; }