OpenApiReaderException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.Serializable]
public class OpenApiReaderException : Microsoft.OpenApi.Exceptions.OpenApiException
[<System.Serializable>]
type OpenApiReaderException = class
inherit OpenApiException
Public Class OpenApiReaderException
Inherits OpenApiException
- Inheritance
- Attributes
Constructors
OpenApiReaderException() | |
OpenApiReaderException(String, Exception) | |
OpenApiReaderException(String, ParsingContext) | |
OpenApiReaderException(String, YamlNode) | |
OpenApiReaderException(String) |
Properties
Pointer |
The reference pointer. This is a fragment identifier used to point to where the error occurred in the document. If the document has been parsed as JSON/YAML then the identifier will be a JSON Pointer as per https://tools.ietf.org/html/rfc6901 If the document fails to parse as JSON/YAML then the fragment will be based on a text/plain pointer as defined in https://tools.ietf.org/html/rfc5147 Currently only line= is provided because using char= causes tests to break due to CR/LF and LF differences (Inherited from OpenApiException) |