| Modifier and Type | Method and Description |
|---|---|
ErrorEntity |
ErrorEntity.withCode(String code)
Set the code value.
|
ErrorEntity |
ErrorEntity.withExtendedCode(String extendedCode)
Set the extendedCode value.
|
ErrorEntity |
ErrorEntity.withInnerErrors(List<ErrorEntity> innerErrors)
Set the innerErrors value.
|
ErrorEntity |
ErrorEntity.withMessage(String message)
Set the message value.
|
ErrorEntity |
ErrorEntity.withMessageTemplate(String messageTemplate)
Set the messageTemplate value.
|
ErrorEntity |
ErrorEntity.withParameters(List<String> parameters)
Set the parameters value.
|
| Modifier and Type | Method and Description |
|---|---|
List<ErrorEntity> |
ErrorEntity.innerErrors()
Get the innerErrors value.
|
| Modifier and Type | Method and Description |
|---|---|
ErrorEntity |
ErrorEntity.withInnerErrors(List<ErrorEntity> innerErrors)
Set the innerErrors value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/