GENERIC_FILE_ERROR property

WebResourceErrorType GENERIC_FILE_ERROR
final

Generic file error.

Officially Supported Platforms/Implementations:

Implementation

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