Class ServerError
Server Error
public class ServerError : Exception, ISerializable
- Inheritance
-
ServerError
- Implements
- Inherited Members
Properties
Code
[JsonProperty("code")]
public string Code { get; set; }
Property Value
DecisionId
[JsonProperty("decision_id")]
public string? DecisionId { get; set; }
Property Value
Errors
[JsonProperty("errors")]
public List<ServerErrorErrors>? Errors { get; set; }
Property Value
Message
Gets a message that describes the current exception.
public override string Message { get; }
Property Value
- string
The error message that explains the reason for the exception, or an empty string ("").