MCPcopy Index your code
hub / github.com/aws/aws-cli / IncompleteReadError

Class IncompleteReadError

awscli/botocore/exceptions.py:471–476  ·  view source on GitHub ↗

HTTP response did not return expected number of bytes.

Source from the content-addressed store, hash-verified

469
470
471class IncompleteReadError(BotoCoreError):
472 """HTTP response did not return expected number of bytes."""
473
474 fmt = (
475 '{actual_bytes} read, but total bytes ' 'expected is {expected_bytes}.'
476 )
477
478
479class InvalidExpressionError(BotoCoreError):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected