Uses of Class
com.azure.data.tables.models.TableServiceError
-
Packages that use TableServiceError Package Description com.azure.data.tables.models Package containing the implementations and inner classes for AzureTable. -
-
Uses of TableServiceError in com.azure.data.tables.models
Methods in com.azure.data.tables.models that return TableServiceError Modifier and Type Method Description TableServiceErrorTableServiceException. getValue()Constructors in com.azure.data.tables.models with parameters of type TableServiceError Constructor Description TableServiceException(String message, com.azure.core.http.HttpResponse response, TableServiceError value)Initializes a new instance of theTableServiceExceptionclass.TableTransactionFailedException(String message, com.azure.core.http.HttpResponse response, TableServiceError value, Integer failedTransactionActionIndex)Initializes a new instance of theTableTransactionFailedExceptionclass.
-