OpenApiPrimaryErrorMessageExtension.Parse(JsonNode) Method
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.
Parses the JsonNodeExtension to OpenApiPrimaryErrorMessageExtension.
public static Microsoft.OpenApi.MicrosoftExtensions.OpenApiPrimaryErrorMessageExtension Parse(System.Text.Json.Nodes.JsonNode source);
static member Parse : System.Text.Json.Nodes.JsonNode -> Microsoft.OpenApi.MicrosoftExtensions.OpenApiPrimaryErrorMessageExtension
Public Shared Function Parse (source As JsonNode) As OpenApiPrimaryErrorMessageExtension
Parameters
- source
- JsonNode
The source object.
Returns
The OpenApiPrimaryErrorMessageExtension.