Cloud Storage API - Class Google::Cloud::Storage::FileVerificationError (v1.47.0)

Reference documentation and code samples for the Cloud Storage API class Google::Cloud::Storage::FileVerificationError.

FileVerificationError

Raised when a File download fails the verification.

Inherits

  • Google::Cloud::Error

Methods

#gcloud_digest

def gcloud_digest()

The value of the digest on the google-cloud file.

#gcloud_digest=

def gcloud_digest=(value)

The value of the digest on the google-cloud file.

#local_digest

def local_digest()

The value of the digest on the downloaded file.

#local_digest=

def local_digest=(value)

The value of the digest on the downloaded file.

#type

def type()

The type of digest that failed verification, :md5 or :crc32c.

#type=

def type=(value)

The type of digest that failed verification, :md5 or :crc32c.