OpenApiError 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.
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. |