Class BatchServerError
- Namespace
- OpenPolicyAgent.Opa.OpenApi.Models.Errors
- Assembly
- OpenPolicyAgent.Opa.dll
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; }