You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* If this is `false`, that means this error was returned from the `baseQuery` or `queryFn` in a controlled manner.
44
52
*/
45
53
isUnhandledError: false
54
+
/**
55
+
* The `meta` returned by the `baseQuery`
56
+
*/
57
+
meta: BaseQueryMeta<BaseQuery>
46
58
}
47
59
|{
48
60
error: unknown
61
+
meta?: undefined
49
62
/**
50
63
* If this is `true`, that means that this error is the result of `baseQueryFn`, `queryFn` or `transformResponse` throwing an error instead of handling it properly.
51
64
* There can not be made any assumption about the shape of `error`.
0 commit comments