Table of Contents

Class ResponsesErrors

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

Properties

Code

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

Property Value

string

Location

[JsonProperty("location")]
public ResponsesLocation? Location { get; set; }

Property Value

ResponsesLocation

Message

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

Property Value

string