OpenApiError Class

Definition

Error related to the Open API Document.

public class OpenApiError
type OpenApiError = class
Public Class OpenApiError
Inheritance
OpenApiError
Derived

Constructors

OpenApiError(OpenApiError)

Initializes a copy of an OpenApiError object

OpenApiError(OpenApiException)

Initializes the OpenApiError class using the message and pointer from the given exception.

OpenApiError(String, String)

Initializes the OpenApiError class.

Properties

Message

Message explaining the error.

Pointer

Pointer to the location of the error.

Methods

ToString()

Gets the string representation of OpenApiError.

Applies to