TOO_MANY_REQUESTS property

WebResourceErrorType TOO_MANY_REQUESTS
final

Too many requests during this load.

Officially Supported Platforms/Implementations:

Implementation

static final TOO_MANY_REQUESTS =
    WebResourceErrorType._internalMultiPlatform('TOO_MANY_REQUESTS', () {
  switch (defaultTargetPlatform) {
    case TargetPlatform.android:
      return -15;
    default:
      break;
  }
  return null;
});