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