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