Class RestError
public class RestError
- Inheritance
-
RestError
- Inherited Members
Constructors
RestError(int, string, IRestErrorGroup?)
public RestError(int code, string message, IRestErrorGroup? error)
Parameters
code
intmessage
stringerror
IRestErrorGroup
Properties
Code
[JsonPropertyName("code")]
public int Code { get; }
Property Value
Error
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("errors")]
public IRestErrorGroup? Error { get; }
Property Value
Message
[JsonPropertyName("message")]
public string Message { get; }