Uses of Class
com.microsoft.azure.management.appservice.ErrorEntity
Packages that use ErrorEntity
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of ErrorEntity in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return ErrorEntityModifier 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.Methods in com.microsoft.azure.management.appservice that return types with arguments of type ErrorEntityMethod parameters in com.microsoft.azure.management.appservice with type arguments of type ErrorEntityModifier and TypeMethodDescriptionErrorEntity.withInnerErrors(List<ErrorEntity> innerErrors) Set inner errors.