Uses of Class
com.azure.resourcemanager.appservice.models.ErrorEntity
Packages that use ErrorEntity
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of ErrorEntity in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return ErrorEntityModifier and TypeMethodDescriptionCustomHostnameAnalysisResultInner.customDomainVerificationFailureInfo()
Get the customDomainVerificationFailureInfo property: Raw failure information if DNS verification fails.CustomHostnameAnalysisResultProperties.customDomainVerificationFailureInfo()
Get the customDomainVerificationFailureInfo property: Raw failure information if DNS verification fails.Methods in com.azure.resourcemanager.appservice.fluent.models that return types with arguments of type ErrorEntityModifier and TypeMethodDescriptionCsmDeploymentStatusProperties.errors()
Get the errors property: List of errors.OperationInner.errors()
Get the errors property: Any errors associate with the operation.Method parameters in com.azure.resourcemanager.appservice.fluent.models with type arguments of type ErrorEntityModifier and TypeMethodDescriptionCsmDeploymentStatusProperties.withErrors
(List<ErrorEntity> errors) Set the errors property: List of errors.OperationInner.withErrors
(List<ErrorEntity> errors) Set the errors property: Any errors associate with the operation. -
Uses of ErrorEntity in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return ErrorEntityModifier and TypeMethodDescriptionResponseMessageEnvelopeRemotePrivateEndpointConnection.error()
Get the error property: Azure-AsyncOperation Error info.WorkflowHealth.error()
Get the error property: Gets or sets the workflow error.static ErrorEntity
ErrorEntity.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ErrorEntity from the JsonReader.Set the code property: Basic error code.ErrorEntity.withDetails
(List<ErrorEntity> details) Set the details property: Error Details.ErrorEntity.withExtendedCode
(String extendedCode) Set the extendedCode property: Type of error.ErrorEntity.withInnerErrors
(List<ErrorEntity> innerErrors) Set the innerErrors property: Inner errors.ErrorEntity.withMessage
(String message) Set the message property: Any details of the error.ErrorEntity.withMessageTemplate
(String messageTemplate) Set the messageTemplate property: Message template.ErrorEntity.withParameters
(List<String> parameters) Set the parameters property: Parameters for the template.ErrorEntity.withTarget
(String target) Set the target property: The error target.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type ErrorEntityModifier and TypeMethodDescriptionErrorEntity.details()
Get the details property: Error Details.CsmDeploymentStatus.errors()
Get the errors property: List of errors.ErrorEntity.innerErrors()
Get the innerErrors property: Inner errors.Methods in com.azure.resourcemanager.appservice.models with parameters of type ErrorEntityModifier and TypeMethodDescriptionResponseMessageEnvelopeRemotePrivateEndpointConnection.withError
(ErrorEntity error) Set the error property: Azure-AsyncOperation Error info.WorkflowHealth.withError
(ErrorEntity error) Set the error property: Gets or sets the workflow error.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type ErrorEntityModifier and TypeMethodDescriptionErrorEntity.withDetails
(List<ErrorEntity> details) Set the details property: Error Details.CsmDeploymentStatus.withErrors
(List<ErrorEntity> errors) Set the errors property: List of errors.ErrorEntity.withInnerErrors
(List<ErrorEntity> innerErrors) Set the innerErrors property: Inner errors.