public class TypedErrorInfo extends Object
| Constructor and Description |
|---|
TypedErrorInfo(String type,
com.fasterxml.jackson.databind.node.ObjectNode info)
Initializes a new instance of TypedErrorInfo.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.node.ObjectNode |
info() |
String |
type() |
public TypedErrorInfo(String type, com.fasterxml.jackson.databind.node.ObjectNode info)
type - the error type.info - the error information.public String type()
public com.fasterxml.jackson.databind.node.ObjectNode info()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/