Skip to content
Snippets Groups Projects

DOC: Update tutorial on error handling

Merged Florian Spreckelsen requested to merge f-doc-errors into dev
1 file
+ 0
24
Compare changes
  • Side-by-side
  • Inline
+ 0
24
@@ -31,20 +31,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
@@ -31,20 +31,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.5.1] - 2021-02-12 ##
## [0.5.1] - 2021-02-12 ##
### Added ###
### Changed ###
### Deprecated ###
### Removed ###
### Fixed ###
### Fixed ###
* #43 - Error with `execute_query` when server doesn't support query caching.
* #43 - Error with `execute_query` when server doesn't support query caching.
### Security ###
## [0.5.0] - 2021-02-11 ##
## [0.5.0] - 2021-02-11 ##
### Added ###
### Added ###
@@ -77,18 +67,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
@@ -77,18 +67,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
`QueryNotUniqueError` if no or more than one possible candidate is
`QueryNotUniqueError` if no or more than one possible candidate is
found, respectively.
found, respectively.
### Deprecated ###
### Removed ###
### Removed ###
* Dynamic exception type `EntityMultiError`.
* Dynamic exception type `EntityMultiError`.
* `get_something` functions from all error object in `exceptions.py`
* `get_something` functions from all error object in `exceptions.py`
* `AmbiguityException`
* `AmbiguityException`
### Fixed ###
### Security ###
## [0.4.1] - 2021-02-10 ##
## [0.4.1] - 2021-02-10 ##
### Added ###
### Added ###
@@ -98,18 +82,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
@@ -98,18 +82,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
entity.
entity.
* Automated documentation builds: `make doc`
* Automated documentation builds: `make doc`
### Changed ###
### Deprecated ###
### Removed ###
### Fixed ###
### Fixed ###
* deepcopy of `_Messages` objects
* deepcopy of `_Messages` objects
### Security ###
## [0.4.0] - 2020-07-17##
## [0.4.0] - 2020-07-17##
### Added ###
### Added ###
Loading