Table of Contents

Class ServerErrorLocation

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

Properties

Col

[JsonProperty("col")]
public long Col { get; set; }

Property Value

long

File

[JsonProperty("file")]
public string File { get; set; }

Property Value

string

Row

[JsonProperty("row")]
public long Row { get; set; }

Property Value

long