-
-
Notifications
You must be signed in to change notification settings - Fork 592
Open
Labels
bugSomething isn't workingSomething isn't workingopenapi-fetchRelevant to the openapi-fetch libraryRelevant to the openapi-fetch library
Description
openapi-fetch version
0.15
Description
Docs for wrap error throwing syntax error
async onError({ error }) { // wrap errors thrown by fetch onError({ error }) { throw new Error("Oops, fetch failed", { cause: error }); }, }
Cannot find name 'onError'. Did you mean 'error'?ts(2552)
Reproduction
Reading docs and copy pasting
Expected result
Cannot find name 'onError'. Did you mean 'error'?ts(2552)
Extra
- I’m willing to open a PR (see CONTRIBUTING.md)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingopenapi-fetchRelevant to the openapi-fetch libraryRelevant to the openapi-fetch library