| Modifier and Type | Method and Description |
|---|---|
DeleteCertificateError |
DeleteCertificateError.withCode(String code)
Set an identifier for the error.
|
DeleteCertificateError |
DeleteCertificateError.withDetails(List<DeleteCertificateError> details)
Set a list of additional details about the error.
|
DeleteCertificateError |
DeleteCertificateError.withMessage(String message)
Set a message describing the error, intended to be suitable for display in a user interface.
|
DeleteCertificateError |
DeleteCertificateError.withTarget(String target)
Set the target of the particular error.
|
| Modifier and Type | Method and Description |
|---|---|
List<DeleteCertificateError> |
DeleteCertificateError.details()
Get a list of additional details about the error.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteCertificateError |
DeleteCertificateError.withDetails(List<DeleteCertificateError> details)
Set a list of additional details about the error.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/