TanStackT
TanStack2y ago
2 replies
faint-white

How to know HTTP status code in `onError`

onError = (error: Error)  => {

}


error does not have http status code,
Is there any way to know http status code?
Was this page helpful?