Class Errors
- Namespace
- Styra.Opa.OpenApi.Models.Components
- Assembly
- Styra.Opa.dll
public class Errors
- Inheritance
-
Errors
- Inherited Members
Properties
Code
[JsonProperty("code")]
public string Code { get; set; }
Property Value
Location
[JsonProperty("location")]
public Location? Location { get; set; }
Property Value
Message
[JsonProperty("message")]
public string Message { get; set; }