Exception: Aliyun::OSS::PartMissingError

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

Overview

PartMissingError happens in a resumable download transaction, when a downloaded part cannot be found as the client tries to resume download. The process cannot go on until the part is restored.

Instance Attribute Summary

Attributes inherited from ClientError

#message

Method Summary

Methods inherited from ClientError

#initialize

Constructor Details

This class inherits a constructor from Aliyun::OSS::ClientError