-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(error)!: more specific errors including their source (#252)
* feat(error)!: more specific errors including their source A failing file doesnt panic anymore with client-ureq. BREAKING CHANGE: decode_response methods are now private. They probably shouldnt have been public in the first place BREAKING CHANGE: mostly all Error variants are now different (only the Api error response is the same) * fix(error): add error for unuspported files in Wasm * fixup! fix(error): add error for unuspported files in Wasm
- Loading branch information
Showing
8 changed files
with
178 additions
and
170 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
Oops, something went wrong.