REQUEST_BODY_STREAM_EXHAUSTED property

WebResourceErrorType REQUEST_BODY_STREAM_EXHAUSTED
final

A body stream is needed but the client did not provide one.

Officially Supported Platforms/Implementations:

Implementation

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