Uses of Class
com.microsoft.azure.management.appservice.ErrorEntity
-
-
Uses of ErrorEntity in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return ErrorEntity Modifier and Type Method Description ErrorEntityErrorEntity. withCode(String code)Set basic error code.ErrorEntityErrorEntity. withExtendedCode(String extendedCode)Set type of error.ErrorEntityErrorEntity. withInnerErrors(List<ErrorEntity> innerErrors)Set inner errors.ErrorEntityErrorEntity. withMessage(String message)Set any details of the error.ErrorEntityErrorEntity. withMessageTemplate(String messageTemplate)Set message template.ErrorEntityErrorEntity. withParameters(List<String> parameters)Set parameters for the template.Methods in com.microsoft.azure.management.appservice that return types with arguments of type ErrorEntity Modifier and Type Method Description List<ErrorEntity>ErrorEntity. innerErrors()Get inner errors.Method parameters in com.microsoft.azure.management.appservice with type arguments of type ErrorEntity Modifier and Type Method Description ErrorEntityErrorEntity. withInnerErrors(List<ErrorEntity> innerErrors)Set inner errors.
-