OpenApiValidatorWarning 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.
Warnings detected when validating an OpenAPI Element
public class OpenApiValidatorWarning : Microsoft.OpenApi.Models.OpenApiError
type OpenApiValidatorWarning = class
inherit OpenApiError
Public Class OpenApiValidatorWarning
Inherits OpenApiError
- Inheritance
Constructors
OpenApiValidatorWarning(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) |