Exception: Parse::File::SignedUrlError

Inherits:
Error
  • Object
show all
Defined in:
lib/parse/model/file.rb

Overview

Raised when caller code attempts to assign a presigned / signed URL to #url. The @url field is reserved for stable canonical URLs; short-TTL signed URLs must come from #download_url (added in a later phase) and never be cached on the instance. Fail-loud so the leak vector is caught at the point of error rather than discovered in logs or a CDN access trail.

Instance Attribute Summary

Attributes inherited from Error

#code

Method Summary

Methods inherited from Error

#initialize

Constructor Details

This class inherits a constructor from Parse::Error