networkError constant

DescopeException const networkError

Thrown when a call to the Descope API fails due to a network error.

You can catch this kind of error to handle error cases such as the user being offline or the network request timing out.

Implementation

static const networkError = DescopeException._sdkError(code: 'F010001', desc: 'Network error');