useError API
These docs are auto-generated from typings files (
*.d.ts
).
useError
Returns the associated error or null
.
See the error handling doc
for more info.
declare function useError(fetch: FetchInstance): any;
These docs are auto-generated from typings files (
*.d.ts
).
useError
Returns the associated error or null
.
See the error handling doc
for more info.
declare function useError(fetch: FetchInstance): any;