DOWNLOAD_DECODING_FAILED_MID_STREAM property

WebResourceErrorType DOWNLOAD_DECODING_FAILED_MID_STREAM
final

A download task failed to decode an encoded file during the download.

Officially Supported Platforms/Implementations:

Implementation

static final DOWNLOAD_DECODING_FAILED_MID_STREAM =
    WebResourceErrorType._internalMultiPlatform(
        'DOWNLOAD_DECODING_FAILED_MID_STREAM', () {
  switch (defaultTargetPlatform) {
    case TargetPlatform.iOS:
      return -3006;
    case TargetPlatform.macOS:
      return -3006;
    default:
      break;
  }
  return null;
});