OpenApiValidatorError 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.
Errors detected when validating an OpenAPI Element
public class OpenApiValidatorError : Microsoft.OpenApi.Models.OpenApiError
type OpenApiValidatorError = class
inherit OpenApiError
Public Class OpenApiValidatorError
Inherits OpenApiError
- Inheritance
Constructors
OpenApiValidatorError(String, String, String) |
Initializes the OpenApiError class. |
Properties
Message |
Message explaining the error. (Inherited from OpenApiError) |
Pointer |
Pointer to the location of the error. (Inherited from OpenApiError) |
RuleName |
Name of rule that detected the error. |
Methods
ToString() |
Gets the string representation of OpenApiError. (Inherited from OpenApiError) |