Exception: Aliyun::OSS::PartInconsistentError

Inherits:
ClientError show all
Defined in:
lib/aliyun/oss/exception.rb

Overview

PartMissingError happens in a resumable download transaction, when a downloaded part has changed(MD5 mismatch) as the client tries to resume download. The process cannot go on until the part is restored.

Instance Attribute Summary

Attributes inherited from Common::Exception

#message

Method Summary

Methods inherited from Common::Exception

#initialize

Constructor Details

This class inherits a constructor from Aliyun::Common::Exception