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