throwTunnelNotFoundExceptions property

bool throwTunnelNotFoundExceptions
final

When the device is connected but the URL is unreachable, the response will begin with "Tunnel" and ends with "not found".

As this may be irrelevant to an offline first application, the end implementation may choose to ignore the warning as the request will eventually be reattempted by the queue. Defaults false.

Implementation

final bool throwTunnelNotFoundExceptions;