Uses of Class
com.microsoft.azure.management.appservice.ErrorEntity
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of ErrorEntity in com.microsoft.azure.management.appservice
Modifier and TypeMethodDescriptionSet basic error code.ErrorEntity.withExtendedCode
(String extendedCode) Set type of error.ErrorEntity.withInnerErrors
(List<ErrorEntity> innerErrors) Set inner errors.ErrorEntity.withMessage
(String message) Set any details of the error.ErrorEntity.withMessageTemplate
(String messageTemplate) Set message template.ErrorEntity.withParameters
(List<String> parameters) Set parameters for the template.Modifier and TypeMethodDescriptionErrorEntity.withInnerErrors
(List<ErrorEntity> innerErrors) Set inner errors.