The error thrown by the default UserFetcher.
The status property contains the status code of the response. It is 0 when the request fails, for example due to being offline.
status
0
This error is not thrown when the status code of the response is 204, because that means the user is not authenticated.
204
The error thrown by the default UserFetcher.
The
status
property contains the status code of the response. It is0
when the request fails, for example due to being offline.This error is not thrown when the status code of the response is
204
, because that means the user is not authenticated.