Class BatchServerError
Server Error. All requests returned a 500 error.
public class BatchServerError : Exception, ISerializable
- Inheritance
-
BatchServerError
- Implements
- Inherited Members
Properties
BatchDecisionId
[JsonProperty("batch_decision_id")]
public string? BatchDecisionId { get; set; }
Property Value
Responses
[JsonProperty("responses")]
public Dictionary<string, ServerError>? Responses { get; set; }