-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: error handling for HTTP status 422
Added error handling for HTTP status 422 in API responses, returning a descriptive QaseError with relevant details.
- Loading branch information
Showing
3 changed files
with
8 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,12 @@ | |
|
||
## What's new | ||
|
||
Added error handling for HTTP status 422 in API responses, returning a descriptive QaseError with relevant details. | ||
|
||
# [email protected] | ||
|
||
## What's new | ||
|
||
Use the API v2 client by default. If you want to use the API v1 client, specify the `useV2` option in the config file or | ||
the environment variable `QASE_TESTOPS_USEV2` as `False`. | ||
|
||
|
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
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