Package | Description |
---|---|
com.microsoft.azure.management.appservice |
This package contains the classes for WebSiteManagementClient.
|
Modifier and Type | Method and Description |
---|---|
ErrorEntity |
ErrorEntity.withCode(String code)
Set basic error code.
|
ErrorEntity |
ErrorEntity.withExtendedCode(String extendedCode)
Set type of error.
|
ErrorEntity |
ErrorEntity.withInnerErrors(List<ErrorEntity> innerErrors)
Set inner errors.
|
ErrorEntity |
ErrorEntity.withMessage(String message)
Set any details of the error.
|
ErrorEntity |
ErrorEntity.withMessageTemplate(String messageTemplate)
Set message template.
|
ErrorEntity |
ErrorEntity.withParameters(List<String> parameters)
Set parameters for the template.
|
Modifier and Type | Method and Description |
---|---|
List<ErrorEntity> |
ErrorEntity.innerErrors()
Get inner errors.
|
Modifier and Type | Method and Description |
---|---|
ErrorEntity |
ErrorEntity.withInnerErrors(List<ErrorEntity> innerErrors)
Set inner errors.
|
Copyright © 2019. All rights reserved.