Class Error
Error
public sealed class Error
- Inheritance
-
Error
- Inherited Members
Properties
Code
code
[JsonPropertyName("code")]
public long Code { get; set; }
Property Value
Message
message
[JsonPropertyName("message")]
public string Message { get; set; }