Exception: Aliyun::OSS::CheckpointBrokenError

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

Overview

CheckpointBrokenError happens in a resumable upload/download transaction, when the client finds the checkpoint file has changed(MD5 mismatch) as it tries to resume upload/download. The process cannot go on until the checkpoint file 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