Class RestErrorDetail
public class RestErrorDetail
- Inheritance
-
RestErrorDetail
- Inherited Members
Constructors
RestErrorDetail(string, string)
public RestErrorDetail(string code, string message)
Parameters
Properties
Code
[JsonPropertyName("code")]
public string Code { get; }
Property Value
Message
[JsonPropertyName("message")]
public string Message { get; }