Table of Contents

Class ServerErrorWithStatusCode

Namespace
Styra.Opa.OpenApi.Models.Components
Assembly
Styra.Opa.dll
public class ServerErrorWithStatusCode
Inheritance
ServerErrorWithStatusCode
Inherited Members

Properties

Code

[JsonProperty("code")]
public string Code { get; set; }

Property Value

string

DecisionId

[JsonProperty("decision_id")]
public string? DecisionId { get; set; }

Property Value

string

Errors

[JsonProperty("errors")]
public List<Errors>? Errors { get; set; }

Property Value

List<Errors>

HttpStatusCode

[JsonProperty("http_status_code")]
public string? HttpStatusCode { get; set; }

Property Value

string

Message

[JsonProperty("message")]
public string Message { get; set; }

Property Value

string