Exception: Aliyun::OSS::ObjectInconsistentError

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

Overview

ObjectInconsistentError happens in a resumable download transaction, when the object to download has changed during the downloading process. Which means the transaction cannot go on. Or user may have inconsistent data downloaded to OSS.

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