Class TableTransactionFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.azure.core.exception.AzureException
com.azure.core.exception.HttpResponseException
com.azure.data.tables.models.TableServiceException
com.azure.data.tables.models.TableTransactionFailedException
All Implemented Interfaces:
Serializable

public final class TableTransactionFailedException extends TableServiceException
Exception thrown for an invalid response on a transactional operation with TableServiceError information.
See Also: