-
Notifications
You must be signed in to change notification settings - Fork 485
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
handler: unwrap errors using
errors.As
(#1209)
* handler: use errors.As when casting an error to handler.Error A datastore may wrap errors with additional information. Before the fix, the error was converted to the InternalServerError type by the handler. * Update pkg/handler/patch_test.go --------- Co-authored-by: Marius <[email protected]>
- Loading branch information
Showing
2 changed files
with
9 additions
and
3 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
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