| Modifier and Type | Method and Description |
|---|---|
ApiErrorBase |
ApiErrorBase.withCode(String code)
Set the error code.
|
ApiErrorBase |
ApiErrorBase.withMessage(String message)
Set the error message.
|
ApiErrorBase |
ApiErrorBase.withTarget(String target)
Set the target of the particular error.
|
| Modifier and Type | Method and Description |
|---|---|
List<ApiErrorBase> |
ApiError.details()
Get the Api error details.
|
| Modifier and Type | Method and Description |
|---|---|
ApiError |
ApiError.withDetails(List<ApiErrorBase> details)
Set the Api error details.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/