Class Error
public class Error
- Inheritance
-
Error
- Inherited Members
Constructors
Error(string, string, string?, string?)
public Error(string type, string message, string? param = null, string? code = null)
Parameters
Properties
Code
Gets or Sets Code
[JsonPropertyName("code")]
public string? Code { get; set; }
Property Value
Message
Gets or Sets Message
[JsonPropertyName("message")]
public string Message { get; set; }
Property Value
Param
Gets or Sets Param
[JsonPropertyName("param")]
public string? Param { get; set; }
Property Value
Type
[JsonPropertyName("type")]
public string Type { get; set; }