Table of Contents

Class BatchServerError

Namespace
Styra.Opa.OpenApi.Models.Errors
Assembly
Styra.Opa.dll
public class BatchServerError : Exception, ISerializable
Inheritance
BatchServerError
Implements
Inherited Members

Properties

BatchDecisionId

[JsonProperty("batch_decision_id")]
public string? BatchDecisionId { get; set; }

Property Value

string

Responses

[JsonProperty("responses")]
public Dictionary<string, ServerError>? Responses { get; set; }

Property Value

Dictionary<string, ServerError>