-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tables exception and error classes changes. (#21339)
* Renamed TableServiceErrorException to TableServiceException. * Made TableErrorCode final and added a lot more error codes to it. * Removed languageCode from TableServiceError. * Corrected error values in TableErrorCode. * Removed unused error codes from TableErrorCode. * Imported TableServiceErrorException in TableUtils instead of using it's fully qualified name. * Added a link for getting error codes details to TableErrorCode's JavaDoc. * Removed localization from link in TableErrorCode.
- Loading branch information
Showing
17 changed files
with
393 additions
and
248 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
88 changes: 44 additions & 44 deletions
88
sdk/tables/azure-data-tables/src/main/java/com/azure/data/tables/TableAsyncClient.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.