OpenApiValidatorWarning Class

Definition

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
OpenApiValidatorWarning

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)

Applies to