OpenApiValidatorError Class

Definition

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
OpenApiValidatorError

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)

Applies to