Table of Contents

Class ServerErrorErrors

Namespace
Styra.Opa.OpenApi.Models.Errors
Assembly
Styra.Opa.dll
public class ServerErrorErrors
Inheritance
ServerErrorErrors
Inherited Members

Properties

Code

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

Property Value

string

Location

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

Property Value

ServerErrorLocation

Message

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

Property Value

string